File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ pub struct ExpandedMacro {
14
14
15
15
// Feature: Expand Macro Recursively
16
16
//
17
- // Shows the full macro expansion of the macro at current cursor .
17
+ // Shows the full macro expansion of the macro at the current caret position .
18
18
//
19
19
// |===
20
20
// | Editor | Action Name
21
21
//
22
- // | VS Code | **rust-analyzer: Expand macro recursively**
22
+ // | VS Code | **rust-analyzer: Expand macro recursively at caret **
23
23
// |===
24
24
//
25
25
// image::https://user-images.githubusercontent.com/48062697/113020648-b3973180-917a-11eb-84a9-ecb921293dc5.gif[]
Original file line number Diff line number Diff line change 156
156
},
157
157
{
158
158
"command" : " rust-analyzer.expandMacro" ,
159
- "title" : " Expand macro recursively" ,
159
+ "title" : " Expand macro recursively at caret " ,
160
160
"category" : " rust-analyzer"
161
161
},
162
162
{
You can’t perform that action at this time.
0 commit comments