Curated VS Code extensions for debugging, linting, and navigating Rust projects.
Included Extensions
usernamehw.errorlens – highlight diagnostics inline so errors never hide.
vadimcn.vscode-lldb – native LLDB debugging for Rust binaries.
fill-labs.dependi – analyze dependency graphs and crate usage.
tamasfe.even-better-toml – smart TOML editing for Cargo.toml files.
christian-kohler.path-intellisense – auto-complete file system paths in code.
jscearcy.rust-doc-viewer – browse std and crate docs inside VS Code.
rust-lang.rust-analyzer – language server for completions, hints, and refactors.
redhat.vscode-yaml – schema-aware editing for configuration files.
Getting Started
- Install the extension pack from the VS Code Marketplace or via
code --install-extension rust-dev-toolkit .
- Reload VS Code to activate the pack and enable the bundled extensions.
- Open a Rust workspace and run
Rust Analyzer: Restart if prompted to ensure tooling is ready.
Feedback
| |