aboutsummaryrefslogtreecommitdiff
path: root/docs/user/features.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-05-31 08:59:38 +0100
committerAleksey Kladov <[email protected]>2020-05-31 08:59:38 +0100
commit8915183d7da07a4b295e5e93a889dea4c15024a0 (patch)
treede6a3d149911cc56e4e962a8276edb135c6e188a /docs/user/features.md
parentf593393ebb9bfa515caf168a9f037324eeb6edfe (diff)
Don't require module docs for Features and Assists
Diffstat (limited to 'docs/user/features.md')
-rw-r--r--docs/user/features.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/user/features.md b/docs/user/features.md
index df8e73a20..ba7ca15a6 100644
--- a/docs/user/features.md
+++ b/docs/user/features.md
@@ -4,24 +4,8 @@ you can use <kbd>Ctrl+Shift+P</kbd> to search for the corresponding action.
4 4
5### Commands <kbd>ctrl+shift+p</kbd> 5### Commands <kbd>ctrl+shift+p</kbd>
6 6
7#### Parent Module
8 7
9Navigates to the parent module of the current module.
10 8
11#### Matching Brace
12
13If the cursor is on any brace (`<>(){}[]`) which is a part of a brace-pair,
14moves cursor to the matching brace. It uses the actual parser to determine
15braces, so it won't confuse generics with comparisons.
16
17#### Join Lines
18
19Join selected lines into one, smartly fixing up whitespace and trailing commas.
20
21#### Show Syntax Tree
22
23Shows the parse tree of the current file. It exists mostly for debugging
24rust-analyzer itself.
25 9
26#### Expand Macro Recursively 10#### Expand Macro Recursively
27 11