@@ -1006,14 +1006,15 @@ Key Binding: <code>␣ m languageId:rust</code>
1006
1006
1007
1007
Type: <code >bindings</code >
1008
1008
1009
- | Key Binding | Name | Type | Command(s) |
1010
- | ---------------------------------- | ------------------ | -------------------- | -------------------------------- |
1011
- | <code >␣ m languageId: rust T</code > | Toggle inlay hints | command | ` rust-analyzer.toggleInlayHints ` |
1012
- | <code >␣ m languageId: rust =</code > | +Format | [ bindings] ( #format ) | N/A |
1013
- | <code >␣ m languageId: rust a</code > | +Actions | [ bindings] ( #actions ) | N/A |
1014
- | <code >␣ m languageId: rust b</code > | +Backend | [ bindings] ( #backend ) | N/A |
1015
- | <code >␣ m languageId: rust g</code > | +Goto | [ bindings] ( #goto ) | N/A |
1016
- | <code >␣ m languageId: rust G</code > | +Peek | [ bindings] ( #peek ) | N/A |
1009
+ | Key Binding | Name | Type | Command(s) |
1010
+ | ---------------------------------- | ------------------ | --------------------- | -------------------------------- |
1011
+ | <code >␣ m languageId: rust T</code > | Toggle inlay hints | command | ` rust-analyzer.toggleInlayHints ` |
1012
+ | <code >␣ m languageId: rust =</code > | +Format | [ bindings] ( #format ) | N/A |
1013
+ | <code >␣ m languageId: rust a</code > | +Actions | [ bindings] ( #actions ) | N/A |
1014
+ | <code >␣ m languageId: rust b</code > | +Backend | [ bindings] ( #backend ) | N/A |
1015
+ | <code >␣ m languageId: rust g</code > | +Goto | [ bindings] ( #goto ) | N/A |
1016
+ | <code >␣ m languageId: rust r</code > | +Refactor | [ bindings] ( #refactor ) | N/A |
1017
+ | <code >␣ m languageId: rust G</code > | +Peek | [ bindings] ( #peek ) | N/A |
1017
1018
1018
1019
# TypeScript
1019
1020
@@ -2551,6 +2552,7 @@ Type: <code>bindings</code>
2551
2552
| Key Binding | Name | Type | Command(s) |
2552
2553
| -------------------------------------- | ------------- | ------- | ------------------------ |
2553
2554
| <code >␣ m languageId: python r .</code > | Refactor menu | command | ` editor.action.refactor ` |
2555
+ | <code >␣ m languageId: python r r</code > | Rename symbol | command | ` editor.action.rename ` |
2554
2556
| <code >␣ m languageId: python r I</code > | Sort imports | command | ` python.sortImports ` |
2555
2557
2556
2558
# +REPL
@@ -2884,6 +2886,17 @@ Type: <code>bindings</code>
2884
2886
| <code >␣ m languageId: rust g R</code > | Find references | command | ` references-view.findReferences ` |
2885
2887
| <code >␣ m languageId: rust g S</code > | Go to symbol in project | command | ` workbench.action.showAllSymbols ` |
2886
2888
2889
+ # +Refactor
2890
+
2891
+ Key Binding: <code >␣ m languageId: rust r</code >
2892
+
2893
+ Type: <code >bindings</code >
2894
+
2895
+ | Key Binding | Name | Type | Command(s) |
2896
+ | ------------------------------------ | ------------- | ------- | ------------------------ |
2897
+ | <code >␣ m languageId: rust r .</code > | Refactor menu | command | ` editor.action.refactor ` |
2898
+ | <code >␣ m languageId: rust r r</code > | Rename symbol | command | ` editor.action.rename ` |
2899
+
2887
2900
# +Peek
2888
2901
2889
2902
Key Binding: <code >␣ m languageId: rust G</code >
@@ -3042,67 +3055,67 @@ Key Binding: <code>␣ m languageId:clojure r a</code>
3042
3055
3043
3056
Type: <code >bindings</code >
3044
3057
3045
- | Key Binding | Name | Type | Command(s) |
3046
- | ----------------------------------------- | --------------------------------- | ------- | ---------------------------------- |
3047
- | <code >␣ m languageId: clojure r a l</code > | Add missing library specification | command | ` calva .refactor.addMissingLibspec` |
3058
+ | Key Binding | Name | Type | Command(s) |
3059
+ | ----------------------------------------- | --------------------------------- | ------- | --------------------------------------- |
3060
+ | <code >␣ m languageId: clojure r a l</code > | Add missing library specification | command | ` clojureLsp .refactor.addMissingLibspec` |
3048
3061
3049
3062
# +Cycle clean convert
3050
3063
3051
3064
Key Binding: <code >␣ m languageId: clojure r c</code >
3052
3065
3053
3066
Type: <code >bindings</code >
3054
3067
3055
- | Key Binding | Name | Type | Command(s) |
3056
- | ----------------------------------------- | -------------------------- | ------- | ----------------------------- |
3057
- | <code >␣ m languageId: clojure r c n</code > | Clean namespace definition | command | ` calva .refactor.cleanNs` |
3058
- | <code >␣ m languageId: clojure r c p</code > | Cycle privacy | command | ` calva .refactor.cyclePrivacy` |
3068
+ | Key Binding | Name | Type | Command(s) |
3069
+ | ----------------------------------------- | -------------------------- | ------- | ---------------------------------- |
3070
+ | <code >␣ m languageId: clojure r c n</code > | Clean namespace definition | command | ` clojureLsp .refactor.cleanNs` |
3071
+ | <code >␣ m languageId: clojure r c p</code > | Cycle privacy | command | ` clojureLsp .refactor.cyclePrivacy` |
3059
3072
3060
3073
# +Extract expand
3061
3074
3062
3075
Key Binding: <code >␣ m languageId: clojure r e</code >
3063
3076
3064
3077
Type: <code >bindings</code >
3065
3078
3066
- | Key Binding | Name | Type | Command(s) |
3067
- | ----------------------------------------- | ---------------- | ------- | -------------------------------- |
3068
- | <code >␣ m languageId: clojure r e f</code > | Extract function | command | ` calva .refactor.extractFunction` |
3069
- | <code >␣ m languageId: clojure r e l</code > | Expand let | command | ` calva .refactor.expandLet` |
3079
+ | Key Binding | Name | Type | Command(s) |
3080
+ | ----------------------------------------- | ---------------- | ------- | ------------------------------------- |
3081
+ | <code >␣ m languageId: clojure r e f</code > | Extract function | command | ` clojureLsp .refactor.extractFunction` |
3082
+ | <code >␣ m languageId: clojure r e l</code > | Expand let | command | ` clojureLsp .refactor.expandLet` |
3070
3083
3071
3084
# +Introduce inline
3072
3085
3073
3086
Key Binding: <code >␣ m languageId: clojure r i</code >
3074
3087
3075
3088
Type: <code >bindings</code >
3076
3089
3077
- | Key Binding | Name | Type | Command(s) |
3078
- | ----------------------------------------- | ------------- | ------- | ----------------------------- |
3079
- | <code >␣ m languageId: clojure r i l</code > | Introduce let | command | ` calva .refactor.introduceLet` |
3080
- | <code >␣ m languageId: clojure r i s</code > | Inline symbol | command | ` calva .refactor.inlineSymbol` |
3090
+ | Key Binding | Name | Type | Command(s) |
3091
+ | ----------------------------------------- | ------------- | ------- | ---------------------------------- |
3092
+ | <code >␣ m languageId: clojure r i l</code > | Introduce let | command | ` clojureLsp .refactor.introduceLet` |
3093
+ | <code >␣ m languageId: clojure r i s</code > | Inline symbol | command | ` clojureLsp .refactor.inlineSymbol` |
3081
3094
3082
3095
# +Move
3083
3096
3084
3097
Key Binding: <code >␣ m languageId: clojure r m</code >
3085
3098
3086
3099
Type: <code >bindings</code >
3087
3100
3088
- | Key Binding | Name | Type | Command(s) |
3089
- | ----------------------------------------- | ----------- | ------- | -------------------------- |
3090
- | <code >␣ m languageId: clojure r m l</code > | Move to let | command | ` calva .refactor.moveToLet` |
3101
+ | Key Binding | Name | Type | Command(s) |
3102
+ | ----------------------------------------- | ----------- | ------- | ------------------------------- |
3103
+ | <code >␣ m languageId: clojure r m l</code > | Move to let | command | ` clojureLsp .refactor.moveToLet` |
3091
3104
3092
3105
# +Thread macros
3093
3106
3094
3107
Key Binding: <code >␣ m languageId: clojure r t</code >
3095
3108
3096
3109
Type: <code >bindings</code >
3097
3110
3098
- | Key Binding | Name | Type | Command(s) |
3099
- | ----------------------------------------- | ----------------- | ------- | ------------------------------- |
3100
- | <code >␣ m languageId: clojure r t f</code > | Thread first | command | ` calva .refactor.threadFirst` |
3101
- | <code >␣ m languageId: clojure r t l</code > | Thread last | command | ` calva .refactor.threadLast` |
3102
- | <code >␣ m languageId: clojure r t u</code > | Unwind thread | command | ` calva .refactor.unwindThread` |
3103
- | <code >␣ m languageId: clojure r t F</code > | Thread first all | command | ` calva .refactor.threadFirstAll` |
3104
- | <code >␣ m languageId: clojure r t L</code > | Thread last all | command | ` calva .refactor.threadLastAll` |
3105
- | <code >␣ m languageId: clojure r t U</code > | Unwind thread all | command | ` calva .refactor.unwindThread` |
3111
+ | Key Binding | Name | Type | Command(s) |
3112
+ | ----------------------------------------- | ----------------- | ------- | ------------------------------------ |
3113
+ | <code >␣ m languageId: clojure r t f</code > | Thread first | command | ` clojureLsp .refactor.threadFirst` |
3114
+ | <code >␣ m languageId: clojure r t l</code > | Thread last | command | ` clojureLsp .refactor.threadLast` |
3115
+ | <code >␣ m languageId: clojure r t u</code > | Unwind thread | command | ` clojureLsp .refactor.unwindThread` |
3116
+ | <code >␣ m languageId: clojure r t F</code > | Thread first all | command | ` clojureLsp .refactor.threadFirstAll` |
3117
+ | <code >␣ m languageId: clojure r t L</code > | Thread last all | command | ` clojureLsp .refactor.threadLastAll` |
3118
+ | <code >␣ m languageId: clojure r t U</code > | Unwind thread all | command | ` clojureLsp .refactor.unwindThread` |
3106
3119
3107
3120
# +Create
3108
3121
0 commit comments