Skip to content

Can we have rust-analyzer support for Visual Studio 2022? #11428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
soumesh2002 opened this issue Feb 7, 2022 · 3 comments
Closed

Can we have rust-analyzer support for Visual Studio 2022? #11428

soumesh2002 opened this issue Feb 7, 2022 · 3 comments

Comments

@soumesh2002
Copy link

Visual Studio is one of the best IDE of C++ and C# for windows. So can we have rust lang support for Visual Studio?

@lnicola
Copy link
Member

lnicola commented Feb 7, 2022

Duplicate of #8729.

@lnicola lnicola closed this as completed Feb 7, 2022
@parthopdas
Copy link
Contributor

@soumesh2002 here it is https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer&ssr=false#overview

For now the following are functional - please feel free to use it or even better, help me out

  • Build, Clean (errors in Error list with details in output window).
  • Debug & Run without debugging.
  • Workspace support (continuing to get enhanced as I find more examples).
  • Intellisense / Auto-complete / Goto definition / Code actions / Find references etc. all features from Rust language server.
  • Tested above features with top Rust OSS projects like cargo, ruffle, iced, geo, ruff, reqwest, wasmtime.

Coming up shortly: examples integration, clippy/fmt, unit testing etc.

@aiyou9
Copy link

aiyou9 commented Apr 20, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants