-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,34 @@ | ||
# Rust Extension Pack | ||
|
||
Rust Extension Pack is a collection of extensions that can help write and test Rust applications in Visual Studio Code. | ||
Rust Extension Pack is a collection of extensions that can help you write and | ||
test [Rust](https://www.rust-lang.org) applications in Visual Studio Code. | ||
|
||
## Included extensions | ||
By installing Rust Extension Pack, the following extensions are installed: | ||
* [Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer) | ||
* [📦 Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer) | ||
* Inofficial Rust Language Server (RLS) 2.0 | ||
* Code completion | ||
* Imports insertion | ||
* Semantic syntax highlighting | ||
* [crates](https://github.com/serayuzgur/crates) | ||
* [📦 crates](https://github.com/serayuzgur/crates) | ||
* Display the latest version of the crate next to it | ||
* Show all versions (clickable) on the tooltip of the crate hovered. | ||
* [Even Better TOML](https://github.com/tamasfe/taplo) | ||
* [📦 Even Better TOML](https://github.com/tamasfe/taplo) | ||
* TOML 1.0.0 support | ||
* Syntax highlighting | ||
* Validation | ||
* Formatting | ||
* [Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer) | ||
* [📦 Rust Doc Viewer](https://github.com/JScearcy/rust-doc-viewer) | ||
* Open your rust docs and view them in another tab on VS Code | ||
* [Cargo](https://github.com/panicbit/vscode-cargo) | ||
* [📦 Cargo](https://github.com/panicbit/vscode-cargo) | ||
* Check your code using cargo check | ||
* Commands to add and remove dependencies | ||
* [Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter) | ||
* View and run your Rust tests from the VS Code sidebar | ||
* [📦 Rust Test Explorer](https://github.com/swellaby/vscode-rust-test-adapter) | ||
* View and run your Rust tests from the VS Code sidebar | ||
|
||
## Contributing | ||
Do you have questions about this project, there is a great extension which should be part of this extension pack or | ||
you want to contribute in other ways, feel free to open an [issue](https://github.com/Zerotask/vscode-rust-extension-pack/issues/new). | ||
|
||
## License | ||
This project is [MIT licensed](https://github.com/Zerotask/vscode-rust-extension-pack/blob/main/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters