mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 05:53:45 +00:00
Update feature listing in extension README
This commit is contained in:
parent
d7785a8fab
commit
77a9d951bd
1 changed files with 10 additions and 13 deletions
|
@ -1,34 +1,31 @@
|
||||||
# rust-analyzer
|
# rust-analyzer
|
||||||
|
|
||||||
Provides support for rust-analyzer: novel LSP server for the Rust programming language.
|
This extension proves support for the [Rust programming language](https://www.rust-lang.org/).
|
||||||
|
|
||||||
**Note** the extension may cause conflicts with the official Rust extension. It is recommended to disable the Rust extension when using the rust-analyzer extension.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [code completion], [imports insertion]
|
- [code completion] with [imports insertion]
|
||||||
- [go to definition], [implementation], [type definition]
|
- go to [definition], [implementation], [type definition]
|
||||||
- [find all references], [workspace symbol search], [rename]
|
- [find all references], [workspace symbol search], [symbol renaming]
|
||||||
- [types and documentation on hover]
|
- [types and documentation on hover]
|
||||||
- [inlay hints]
|
- [inlay hints] for types and parameter names
|
||||||
- [semantic syntax highlighting]
|
- [semantic syntax highlighting]
|
||||||
- a lot of [assist(code actions)]
|
- a lot of [assists(code actions)]
|
||||||
- apply suggestions from errors
|
- apply suggestions from errors
|
||||||
- ... and many more, checkout the [manual] to see them all
|
- ... and many more, checkout the [manual] to see them all
|
||||||
|
|
||||||
[code completion]: https://rust-analyzer.github.io/manual.html#magic-completions
|
[code completion]: https://rust-analyzer.github.io/manual.html#magic-completions
|
||||||
[imports insertion]: https://rust-analyzer.github.io/manual.html#auto-import
|
[imports insertion]: https://rust-analyzer.github.io/manual.html#completion-with-autoimport
|
||||||
[go to definition]: https://rust-analyzer.github.io/manual.html#go-to-definition
|
[definition]: https://rust-analyzer.github.io/manual.html#go-to-definition
|
||||||
[implementation]: https://rust-analyzer.github.io/manual.html#go-to-implementation
|
[implementation]: https://rust-analyzer.github.io/manual.html#go-to-implementation
|
||||||
[type definition]: https://rust-analyzer.github.io/manual.html#go-to-type-definition
|
[type definition]: https://rust-analyzer.github.io/manual.html#go-to-type-definition
|
||||||
[find all references]: https://rust-analyzer.github.io/manual.html#find-all-references
|
[find all references]: https://rust-analyzer.github.io/manual.html#find-all-references
|
||||||
[workspace symbol search]: https://rust-analyzer.github.io/manual.html#workspace-symbol
|
[workspace symbol search]: https://rust-analyzer.github.io/manual.html#workspace-symbol
|
||||||
[rename]: https://rust-analyzer.github.io/manual.html#rename
|
[symbol renaming]: https://rust-analyzer.github.io/manual.html#rename
|
||||||
[types and documentation on hover]: https://rust-analyzer.github.io/manual.html#hover
|
[types and documentation on hover]: https://rust-analyzer.github.io/manual.html#hover
|
||||||
[inlay hints]: https://rust-analyzer.github.io/manual.html#inlay-hints
|
[inlay hints]: https://rust-analyzer.github.io/manual.html#inlay-hints
|
||||||
[semantic syntax highlighting]: https://rust-analyzer.github.io/manual.html#semantic-syntax-highlighting
|
[semantic syntax highlighting]: https://rust-analyzer.github.io/manual.html#semantic-syntax-highlighting
|
||||||
[assist(code actions)]: https://rust-analyzer.github.io/manual.html#assists-code-actions
|
[assists(code actions)]: https://rust-analyzer.github.io/manual.html#assists-code-actions
|
||||||
|
|
||||||
[manual]: https://rust-analyzer.github.io/manual.html
|
[manual]: https://rust-analyzer.github.io/manual.html
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
Loading…
Reference in a new issue