You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# rust-analyzer - Rust language support for Visual Studio
6
6
7
-
[](https://github.com/kitamstudios/rust-analyzer/actions/workflows/cdp.yml)[](https://creativecommons.org/licenses/by-nc-sa/4.0/)[](https://discord.gg/JyK55EsACr)
7
+
[](https://github.com/kitamstudios/rust-analyzer/actions/workflows/cdp.yml)[](https://creativecommons.org/licenses/by-nc-sa/4.0/)[](https://discord.gg/JyK55EsACr)
8
8
9
9
Download this extension from the [Visual Studio Marketplace][marketplace] or get the [CI build][vsixgallery].
10
10
@@ -14,23 +14,22 @@ Download this extension from the [Visual Studio Marketplace][marketplace] or get
14
14
- Enhance with Rust community best practices e.g. fmt, clippy.
15
15
- Killer features e.g. ChatGPT integration.
16
16
17
-
###Features
17
+
## Features
18
18
19
19
- Basic workspace support.
20
-
- Build, Clean.
20
+
- Build, Clean (errors in Error list with details in output window).
21
21
- Debug.
22
22
- Intellisense / Auto-complete / Goto definition / Code actions / Find references etc. all features from Rust language server.
0 commit comments