Skip to content

Commit f9bb947

Browse files
committed
Adding VS IDE
1 parent c552e5a commit f9bb947

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/user/manual.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,13 @@ There is a package named `ra_ap_rust_analyzer` available on https://crates.io/cr
493493

494494
For more details, see https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml[the publish workflow].
495495

496+
=== Visual Studio IDE
497+
498+
Support for Rust development in the Visual Studio IDE is enabled by the link:https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer[rust-analyzer] package. Either click on the download link or install from IDE's extension manager.
499+
For now link:https://visualstudio.microsoft.com/downloads/[Visual Studio 2022] is required. All editions are supported viz. Community, Professional & Enterprise.
500+
The package aims to provide 0-friction installation and therefore comes loaded with most things required including rust-analyzer binary. If anything it needs is missing, appropriate errors / warnings will guide the user. E.g. cargo.exe needs to be in path and the package will tell you as much.
501+
This package is under rapid active development. So if you encounter any issues please file it at link:https://github.com/kitamstudios/rust-analyzer/[rust-analyzer.vs].
502+
496503
== Troubleshooting
497504

498505
Start with looking at the rust-analyzer version.

0 commit comments

Comments
 (0)