diff options
author | Edwin Cheng <[email protected]> | 2019-11-19 17:09:15 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-11-19 17:09:15 +0000 |
commit | 47a4c3e77d2c1156e4cc45b0ad85ac6e6ee64806 (patch) | |
tree | 6a0dfa9c458755fadc52f8c754d5b87b0d467858 /docs/user | |
parent | d16cc223e100ae9a29384f104a378932088e0c3c (diff) |
Add document in features.md
Diffstat (limited to 'docs/user')
-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 |