diff options
author | veetaha <[email protected]> | 2020-04-02 01:26:37 +0100 |
---|---|---|
committer | veetaha <[email protected]> | 2020-04-02 09:13:38 +0100 |
commit | e4c69443e7fac2843262d6890557de1f9803e34a (patch) | |
tree | ffbf13718a9bdcff9c6d2c91508e5d76ab51d7b9 /docs | |
parent | e763b279a887cfc518e46b52af9c0ef0572068fc (diff) |
vscode: add docs about goto-definition for rust syntax tree
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/features.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 8aeec2e81..4cba66529 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -85,6 +85,10 @@ You can hover over syntax nodes in the opened text file to see the appropriate | |||
85 | rust code that it refers to and the rust editor will also highlight the proper | 85 | rust code that it refers to and the rust editor will also highlight the proper |
86 | text range. | 86 | text range. |
87 | 87 | ||
88 | If you press <kbd>Ctrl</kbd> (i.e. trigger goto definition) in the inspected | ||
89 | Rust source file the syntax tree readonly editor should scroll to and select the | ||
90 | appropriate syntax node token. | ||
91 | |||
88 | <img src="https://user-images.githubusercontent.com/36276403/78043783-7425e180-737c-11ea-8653-b02b773c5aa1.png" alt="demo" height="200px" > | 92 | <img src="https://user-images.githubusercontent.com/36276403/78043783-7425e180-737c-11ea-8653-b02b773c5aa1.png" alt="demo" height="200px" > |
89 | 93 | ||
90 | #### Expand Macro Recursively | 94 | #### Expand Macro Recursively |