rust-coder is a Visual Studio Code extension pack for Rust development. It bundles a small starter set of extensions so you can get a Rust-friendly editor setup with one install.
| Extension | Purpose |
|---|---|
rust-lang.rust-analyzer |
Rust language support, diagnostics, code navigation, and completions |
formulahendry.code-runner |
Quick code execution from inside VS Code |
- Open Quick Open with Ctrl + P.
- Run
ext install abczyx2006.rust-coder. - Press Enter to install the extension pack.
Suggestions for additional Rust-focused extensions are welcome.
- Open an issue: https://github.com/abczyx2006/rust-coder/issues
- Submit a pull request: https://github.com/abczyx2006/rust-coder
If you want to expand the pack, update the extensionPack list in package.json.
- Repository: https://github.com/abczyx2006/rust-coder
- Homepage: https://github.com/abczyx2006/rust-coder/tree/main
- Marketplace ID:
abczyx2006.rust-coder