diff options
Diffstat (limited to 'docs/user/features.md')
-rw-r--r-- | docs/user/features.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index b44a3fce1..cbfc491b2 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -42,6 +42,18 @@ is a relatively new feature of LSP: | |||
42 | https://github.com/Microsoft/language-server-protocol/issues/613, check your | 42 | https://github.com/Microsoft/language-server-protocol/issues/613, check your |
43 | editor's LSP library to see if this feature is supported. | 43 | editor's LSP library to see if this feature is supported. |
44 | 44 | ||
45 | ### Go to Definition | ||
46 | |||
47 | Navigates to the definition of an identifier. | ||
48 | |||
49 | ### Go to Implementation | ||
50 | |||
51 | Navigates to the impl block of structs, enums or traits. Also implemented as a code lens. | ||
52 | |||
53 | ### Go to Type Defintion | ||
54 | |||
55 | Navigates to the type of an identifier. | ||
56 | |||
45 | ### Commands <kbd>ctrl+shift+p</kbd> | 57 | ### Commands <kbd>ctrl+shift+p</kbd> |
46 | 58 | ||
47 | #### Run | 59 | #### Run |