rust/src/tools/rust-analyzer/editors/code
ChosenName ca07bf2f8d fmt
2024-06-04 22:16:08 -06:00
..
src Removed return 2024-05-25 22:42:39 +02:00
tests Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.eslintignore Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.eslintrc.js Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.gitignore Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.prettierignore Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.prettierrc.js Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
.vscodeignore Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
icon.png Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
language-configuration.json Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
LICENSE Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
package-lock.json Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
package.json fmt 2024-06-04 22:16:08 -06:00
ra_syntax_tree.tmGrammar.json Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
README.md Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
tsconfig.eslint.json Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00
tsconfig.json Allow rust files to be used linkedProjects 2024-04-21 16:26:55 +02:00

rust-analyzer

This extension provides support for the Rust programming language. It is recommended over and replaces rust-lang.rust.

Features

Quick start

  1. Install rustup.
  2. Install the rust-analyzer extension.

Configuration

This extension provides configurations through VSCode's configuration settings. All configurations are under rust-analyzer.*.

See the manual for more information on VSCode specific configurations.

Communication

For usage and troubleshooting requests, please use the "IDEs and Editors" category of the Rust forum.

Documentation

See rust-analyzer.github.io for more information.