rust/src/tools/rust-analyzer/editors/code
2024-07-01 10:34:09 +00:00
..
src pass cargo extra args when debug 2024-06-25 18:13:08 +01:00
tests feature: add build system info; runnables to rust-project.json 2024-06-11 11:55:17 -04: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 Chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 in /editors/code 2024-06-11 09:01:41 +00:00
package.json Auto merge of #17522 - Veykril:comptimes, r=Veykril 2024-07-01 08:43:11 +00: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.