Skip to content

Commit 746918d

Browse files
committed
Update README.
1 parent 9bec86b commit 746918d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# rust-analyzer - Rust language support for Visual Studio
66

7-
[![CDP](https://github.com/kitamstudios/rust-analyzer/actions/workflows/cdp.yml/badge.svg)](https://github.com/kitamstudios/rust-analyzer/actions/workflows/cdp.yml) [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) [![](https://dcbadge.vercel.app/api/server/JyK55EsACr?style=flat)](https://discord.gg/JyK55EsACr)
7+
[![CDP](https://github.com/kitamstudios/rust-analyzer/actions/workflows/cdp.yml/badge.svg)](https://github.com/kitamstudios/rust-analyzer/actions/workflows/cdp.yml) [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) [![](https://dcbadge.vercel.app/api/server/JyK55EsACr?style=flat)](https://discord.gg/JyK55EsACr) ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/i/kitamstudios.RustAnalyzer)
88

99
Download this extension from the [Visual Studio Marketplace][marketplace] or get the [CI build][vsixgallery].
1010

@@ -14,23 +14,22 @@ Download this extension from the [Visual Studio Marketplace][marketplace] or get
1414
- Enhance with Rust community best practices e.g. fmt, clippy.
1515
- Killer features e.g. ChatGPT integration.
1616

17-
### Features
17+
## Features
1818

1919
- Basic workspace support.
20-
- Build, Clean.
20+
- Build, Clean (errors in Error list with details in output window).
2121
- Debug.
2222
- Intellisense / Auto-complete / Goto definition / Code actions / Find references etc. all features from Rust language server.
23+
- Enhanced workspace support.
2324

24-
### Upcoming features
25+
### Upcoming
2526

26-
- Enhanced workspace support.
2727
- Unit testing integration.
2828
- Clippy / Fmt integration.
2929
- ChatGPT integration.
3030
- Basic crate.io integration.
3131
- Basic cargo management.
3232

33-
3433
## Demo
3534

3635
<img src="http://i.imgur.com/qvqSHDp.gif" width="605" height="405" />

0 commit comments

Comments
 (0)