|
|
|
|
|
by GrayShade
1188 days ago
|
|
> the work of a language server didn't need to fully compile the source code to be effective And you can get that by toggling three settings in your LSP client. They're even documented in the user manual [0]. They are enabled by default because users won't be happy if their proc macros don't work. They'd be even less happy with the "ctags for Rust" approach you're suggesting. [0] https://rust-analyzer.github.io/manual.html#security |
|