rust/src/tools/rust-analyzer/editors/code
Lukas Wirth 8ecb754eea
Merge pull request #19056 from Giga-Bowser/fix-syntax-tree-crlf
fix: Properly handle CRLF line endings in the syntax tree view
2025-01-28 16:04:21 +00:00
..
src fix: Properly handle CRLF line endings in the syntax tree view 2025-01-27 15:09:58 -05:00
tests Fix debug configuration querying not inheriting environment 2024-12-02 13:02:31 +01: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 editors/code: Add md for walkthrough setup example 2024-10-24 23:20:40 -04: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 editors/code: Change minimum VS Code from 1.78 to 1.83 2024-11-06 15:00:59 -08:00
package.json Show status bar in RA output 2025-01-27 14:20:05 -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
walkthrough-setup-tips.md editors/code: Add md for walkthrough setup example 2024-10-24 23:20:40 -04: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.