Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete broken in VSCode for .find() and similar functions #1999

Open
cloutiertyler opened this issue Nov 16, 2024 · 0 comments
Open

Autocomplete broken in VSCode for .find() and similar functions #1999

cloutiertyler opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cloutiertyler
Copy link
Contributor

It's broken in VSCode but presumably in Rust Analyzer more generally.

Reproduction steps:

Clone https://github.com/makscee/arena-of-ideas/tree/main/server

Open in VSCode with Rust Analyzer.

Go to any reducer with a player and type: ctx.db.arena_run().id().find(player.id);

It will compile, but it will not autocomplete find.

@cloutiertyler cloutiertyler added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants