rust-analyzer.vs
rust-analyzer.vs copied to clipboard
Rust language support for Visual Studio 2022
Receive this error 
Does Incremental build under debug configuration work ? Every time I change a single source file, I have to a 'clean' and 'build''. Otherwise I get source out of sync...
I'm looking for a way to specify for example the equivalent of `rust-analyzer.cargo.extraEnv` in VSCode. I tried at some point to add this, but it seems less trivial than I...
After installing the vsix, and open a rust project as folder This popup shows up: _--------------------------- Microsoft Visual Studio --------------------------- Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'...
I'd like to be able to turn off "Statement completion" and be able to summon it only on request (e.g with Ctrl-Space). Right now auto-suggest pops up as I type...
I keep the Navigation bar hidden ( the two combos at the top of the editor tab, with class and the members). There is a setting in Visual Studio for...
Which settings file ? launch.json or settings.json ? which location ? Any sample configuration. None of the example projects have sample configuration settings.
== Cargo started: cargo.exe build --manifest-path "C:\MyDevProjects\MyRustProjects\vidyut\Cargo.toml" --profile dev --message-format json === Path: C:\Users\nagna\.cargo\bin\cargo.exe Arguments: build --manifest-path "C:\MyDevProjects\MyRustProjects\vidyut\Cargo.toml" --profile dev --message-format json WorkingDir: C:\MyDevProjects\MyRustProjects\vidyut Blocking waiting for file lock on...
I don't know if this is a problem with the extension or where else this is coming from: I can't stop the editor from inserting e.g. `)` when typing `(`....
Starting to spec this out - Reader please feel free to add your throughts. Raw thoughts on add this support. - Docker (jetbrains does this) -> build only or build...