Rust: Difference between revisions

imported>Psionic-editor
imported>Dmarcoux
m Update link to VS Code extension for rust-analyzer
Line 25: Line 25:


=== VSCode integration ===
=== VSCode integration ===
The [https://marketplace.visualstudio.com/items?itemName=rust-lang.rust rust-lang.rust] and [https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer matklad.rust-analyzer] VSCode extensions offer rust support. However, you'll need a few more ingredients to get everything working:
The [https://marketplace.visualstudio.com/items?itemName=rust-lang.rust rust-lang.rust] and [https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer rust-lang.rust-analyzer] VSCode extensions offer rust support. However, you'll need a few more ingredients to get everything working:
<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
let
let