diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-19 17:53:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-19 17:53:27 +0000 |
commit | 545c21923e2bc8daee889b26919256bb2ba55282 (patch) | |
tree | ba089b257e57e066ba190bfc9ea228ef8366a07d /docs | |
parent | d2782ab1c1ec0b9f2ac2131859a9ee880f97bc12 (diff) | |
parent | 1d56b80250d43a7d263d2e9583871c85081261b6 (diff) |
Merge #2291
2291: Show expanded macro in vscode r=matklad a=edwin0cheng
*Edited*
![new_screen_shot](https://user-images.githubusercontent.com/11014119/69169852-00550c00-0b34-11ea-9c40-8ecebdca0621.gif)
Co-authored-by: Edwin Cheng <[email protected]>
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 c160dd70b..309d2775d 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -81,6 +81,10 @@ 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 | #### Expand Macro Recursively | ||
85 | |||
86 | Shows the full macro expansion of the macro at current cursor. | ||
87 | |||
84 | #### Status | 88 | #### Status |
85 | 89 | ||
86 | Shows internal statistic about memory usage of rust-analyzer | 90 | Shows internal statistic about memory usage of rust-analyzer |