Autocomplete broken in VSCode for .find()
and similar functions
#1999
Labels
bug
Something isn't working
.find()
and similar functions
#1999
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
.The text was updated successfully, but these errors were encountered: