diff options
| author | Seivan Heidari <seivan.heidari@icloud.com> | 2019-11-20 03:56:43 +0100 |
|---|---|---|
| committer | Seivan Heidari <seivan.heidari@icloud.com> | 2019-11-20 03:56:43 +0100 |
| commit | 1e2d090ab8a9bda18f148b894b7948eb05b976e6 (patch) | |
| tree | efe47fc3cbd69306e0a8ad3776474bbc85fb93dd /docs | |
| parent | 597dd9fb2037c67b2c64f256919ae2e531fdacf3 (diff) | |
| parent | 0e61ba3750df7e3e19eda21b6486bf70d6dffc72 (diff) | |
| download | rust-1e2d090ab8a9bda18f148b894b7948eb05b976e6.tar.gz rust-1e2d090ab8a9bda18f148b894b7948eb05b976e6.zip | |
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into feature/themes
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 c160dd70bd9..309d2775d5d 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. Shows the parse tree of the current file. It exists mostly for debugging rust-analyzer itself. +#### Expand Macro Recursively + +Shows the full macro expansion of the macro at current cursor. + #### Status Shows internal statistic about memory usage of rust-analyzer |
