rust/editors/code
Steffen Lyngbaek cfb48df149 Address Issues from Github
- Updated naming of config
- Define struct in ra_ide and use remote derive in rust-analyzer/config
- Make inlayConfig type more flexible to support more future types
- Remove constructor only used in tests
2020-03-10 14:36:01 -07:00
..
src Address Issues from Github 2020-03-10 14:36:01 -07:00
.eslintrc.js vscode: remove type assertion 2020-02-24 21:23:56 +02:00
.gitignore
.vscodeignore Actually include readme into .vsix 2020-03-03 18:40:27 +01:00
icon.png
package-lock.json Force latest stable 2020-03-10 13:31:13 -04:00
package.json Parameter inlay hint separate from variable type inlay? #2876 2020-03-10 14:33:45 -07:00
README.md Minimal viable meta 2020-03-02 14:27:26 +01:00
rollup.config.js Disable rollup warning 2020-02-16 05:04:51 +08:00
tsconfig.json

rust-analyzer

Provides support for rust-analyzer: novel LSP server for the Rust programming language.

See https://rust-analyzer.github.io/ for more information.