diff options
author | veetaha <[email protected]> | 2020-04-02 09:23:56 +0100 |
---|---|---|
committer | veetaha <[email protected]> | 2020-04-02 09:23:56 +0100 |
commit | dd5e4d4870b4e59bc82d285c481bb6971d016912 (patch) | |
tree | 672f5ebda7447c06ff28556515e41b13cef261e1 /docs/user | |
parent | 036a8aee2af960428218cecd68ea2ea1813ab7f6 (diff) |
vscode: move docks about syntax tree to dev/README.md
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/features.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 4cba66529..56d2969fd 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -81,16 +81,6 @@ Join selected lines into one, smartly fixing up whitespace and trailing commas. | |||
81 | Shows the parse tree of the current file. It exists mostly for debugging | 81 | Shows the parse tree of the current file. It exists mostly for debugging |
82 | rust-analyzer itself. | 82 | rust-analyzer itself. |
83 | 83 | ||
84 | 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 | ||
86 | text range. | ||
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 | |||
92 | <img src="https://user-images.githubusercontent.com/36276403/78043783-7425e180-737c-11ea-8653-b02b773c5aa1.png" alt="demo" height="200px" > | ||
93 | |||
94 | #### Expand Macro Recursively | 84 | #### Expand Macro Recursively |
95 | 85 | ||
96 | Shows the full macro expansion of the macro at current cursor. | 86 | Shows the full macro expansion of the macro at current cursor. |