aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorMikhail Modin <[email protected]>2020-02-10 22:45:38 +0000
committerMikhail Modin <[email protected]>2020-02-14 21:45:42 +0000
commitf8f454ab5c19c6e7d91b3a4e6bb63fb9bf5f2673 (patch)
treee80fbf31a2f69916c86b5569da4f673e7818d8ec /editors/code/package.json
parent6fb36dfdcb91f67c28f51e51514ebe420ec3aa22 (diff)
Init implementation of structural search replace
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index db1fe5189..e1a70f05c 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -124,6 +124,11 @@
124 "command": "rust-analyzer.onEnter", 124 "command": "rust-analyzer.onEnter",
125 "title": "Enhanced enter key", 125 "title": "Enhanced enter key",
126 "category": "Rust Analyzer" 126 "category": "Rust Analyzer"
127 },
128 {
129 "command": "rust-analyzer.ssr",
130 "title": "Structural Search Replace",
131 "category": "Rust Analyzer"
127 } 132 }
128 ], 133 ],
129 "keybindings": [ 134 "keybindings": [