Open cloutiertyler opened 5 days ago
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);
ctx.db.arena_run().id().find(player.id);
It will compile, but it will not autocomplete find.
find
related external ticket https://github.com/clockworklabs/SpacetimeDB/issues/1998
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
.