|
1 | 1 | # Rust Extension Pack |
2 | 2 |
|
3 | 3 | Rust Extension Pack is a collection of extensions that can help write, test and debug |
4 | | - [Rust](https://www.rust-lang.org) applications in Visual Studio Code. |
| 4 | +[Rust](https://www.rust-lang.org) applications in Visual Studio Code. |
5 | 5 |
|
6 | 6 | ## Included extensions |
| 7 | + |
7 | 8 | By installing Rust Extension Pack, the following extensions are installed: |
8 | | -* [📦 Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer) |
9 | | - * Inofficial Rust Language Server (RLS) 2.0 |
10 | | - * Code completion |
11 | | - * Imports insertion |
12 | | - * Semantic syntax highlighting |
13 | | -* [📦 crates](https://github.com/serayuzgur/crates) |
14 | | - * Display the latest version of the crate next to it |
15 | | - * Show all versions (clickable) on the tooltip of the crate hovered. |
16 | | -* [📦 Even Better TOML](https://github.com/tamasfe/taplo) |
17 | | - * TOML 1.0.0 support |
18 | | - * Syntax highlighting |
19 | | - * Validation |
20 | | - * Formatting |
21 | | -* [📦 Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer) |
22 | | - * Open your rust docs and view them in another tab on VS Code |
23 | | -* [📦 Cargo](https://github.com/panicbit/vscode-cargo) |
24 | | - * Check your code using cargo check |
25 | | - * Commands to add and remove dependencies |
26 | | -* [📦 Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter) |
27 | | - * View and run your Rust tests from the VS Code sidebar |
28 | | -* [📦 CodeLLDB](https://github.com/vadimcn/vscode-lldb) |
29 | | - * LLDB based debugger for Linux (x86 or ARM), MacOS (x86 or ARM ) and Windows (x86 only) |
30 | | - * Conditional breakpoints, function breakpoints, data breakpoints, logpoints |
31 | | - * Rust language support with built-in visualizars for vectors, strings and other standard types |
| 9 | + |
| 10 | +- [📦 Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer) |
| 11 | + - Official Rust Language Server (RLS) 2.0 |
| 12 | + - Code completion |
| 13 | + - Imports insertion |
| 14 | + - Semantic syntax highlighting |
| 15 | +- [📦 crates](https://github.com/serayuzgur/crates) |
| 16 | + - Display the latest version of the crate next to it |
| 17 | + - Show all versions (clickable) on the tooltip of the crate hovered. |
| 18 | +- [📦 Even Better TOML](https://github.com/tamasfe/taplo) |
| 19 | + - TOML 1.0.0 support |
| 20 | + - Syntax highlighting |
| 21 | + - Validation |
| 22 | + - Formatting |
| 23 | +- [📦 Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer) |
| 24 | + - Open your rust docs and view them in another tab on VS Code |
| 25 | +- [📦 Cargo](https://github.com/panicbit/vscode-cargo) |
| 26 | + - Check your code using cargo check |
| 27 | + - Commands to add and remove dependencies |
| 28 | +- [📦 Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter) |
| 29 | + - View and run your Rust tests from the VS Code sidebar |
| 30 | +- [📦 CodeLLDB](https://github.com/vadimcn/vscode-lldb) |
| 31 | + - LLDB based debugger for Linux (x86 or ARM), MacOS (x86 or ARM ) and Windows (x86 only) |
| 32 | + - Conditional breakpoints, function breakpoints, data breakpoints, logpoints |
| 33 | + - Rust language support with built-in visualizars for vectors, strings and other standard types |
32 | 34 |
|
33 | 35 | ## Contributing |
| 36 | + |
34 | 37 | Do you have questions about this project, there is a great extension which should be part of this extension pack or |
35 | 38 | you want to contribute in other ways, feel free to open an [issue](https://github.com/Zerotask/vscode-rust-extension-pack/issues/new). |
36 | 39 |
|
37 | 40 | ## License |
| 41 | + |
38 | 42 | This project is [MIT licensed](https://github.com/Zerotask/vscode-rust-extension-pack/blob/main/LICENSE). |
0 commit comments