rust-analyzer.vs icon indicating copy to clipboard operation
rust-analyzer.vs copied to clipboard

Rust language support for Visual Studio 2022

Results 23 rust-analyzer.vs issues
Sort by recently updated
recently updated
newest added

Receive this error ![image](https://github.com/kitamstudios/rust-analyzer.vs/assets/17753482/b7780c5f-6e42-4ed2-bcc4-35a9dd0aeda8)

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...

enhancement