mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Add to features
This commit is contained in:
parent
a5bf0cdb97
commit
9d25e5dea4
1 changed files with 12 additions and 0 deletions
|
@ -42,6 +42,18 @@ is a relatively new feature of LSP:
|
||||||
https://github.com/Microsoft/language-server-protocol/issues/613, check your
|
https://github.com/Microsoft/language-server-protocol/issues/613, check your
|
||||||
editor's LSP library to see if this feature is supported.
|
editor's LSP library to see if this feature is supported.
|
||||||
|
|
||||||
|
### Go to Definition
|
||||||
|
|
||||||
|
Navigates to the definition of an identifier.
|
||||||
|
|
||||||
|
### Go to Implementation
|
||||||
|
|
||||||
|
Navigates to the impl block of structs, enums or traits. Also implemented as a code lens.
|
||||||
|
|
||||||
|
### Go to Type Defintion
|
||||||
|
|
||||||
|
Navigates to the type of an identifier.
|
||||||
|
|
||||||
### Commands <kbd>ctrl+shift+p</kbd>
|
### Commands <kbd>ctrl+shift+p</kbd>
|
||||||
|
|
||||||
#### Run
|
#### Run
|
||||||
|
|
Loading…
Reference in a new issue