@@ -290,6 +290,7 @@ Type: <code>conditional</code>
290
290
| ------------------------------------ | ------------ | ------------------------- | ---------- |
291
291
| <code >languageId: agda </code > | Agda | [ bindings] ( #agda ) | N/A |
292
292
| <code >languageId: clojure </code > | Clojure | [ bindings] ( #clojure ) | N/A |
293
+ | <code >languageId: c </code > | C | [ bindings] ( #c ) | N/A |
293
294
| <code >languageId: coq </code > | coq | [ bindings] ( #coq ) | N/A |
294
295
| <code >languageId: cpp </code > | C++ | [ bindings] ( #c ) | N/A |
295
296
| <code >languageId: csharp </code > | C# | [ bindings] ( #c ) | N/A |
@@ -397,13 +398,13 @@ Type: <code>bindings</code>
397
398
| ------------------ | ------------------------------------- | ---------------------------- | --------------------------------------------- |
398
399
| <code >␣ w -</code > | Split window below | command | ` workbench.action.splitEditorDown ` |
399
400
| <code >␣ w /</code > | Split window right | command | ` workbench.action.splitEditor ` |
400
- | <code >␣ w =</code > | Reset window sizes | command | ` workbench.action.evenEditorWidths ` |
401
- | <code >␣ w [ </code > | Shrink window | [ transient] ( #shrink-window ) | ` workbench.action.decreaseViewSize ` |
402
- | <code >␣ w ] </code > | Enlarge window | [ transient] ( #enlarge-window ) | ` workbench.action.increaseViewSize ` |
403
401
| <code >␣ w 1</code > | Single column window layout | command | ` workbench.action.editorLayoutSingle ` |
404
402
| <code >␣ w 2</code > | Double column window layout | command | ` workbench.action.editorLayoutTwoColumns ` |
405
403
| <code >␣ w 3</code > | Triple column window layout | command | ` workbench.action.editorLayoutThreeColumns ` |
406
404
| <code >␣ w 4</code > | Grid window layout | command | ` workbench.action.editorLayoutTwoByTwoGrid ` |
405
+ | <code >␣ w =</code > | Reset window sizes | command | ` workbench.action.evenEditorWidths ` |
406
+ | <code >␣ w [ </code > | Shrink window | [ transient] ( #shrink-window ) | ` workbench.action.decreaseViewSize ` |
407
+ | <code >␣ w ] </code > | Enlarge window | [ transient] ( #enlarge-window ) | ` workbench.action.increaseViewSize ` |
407
408
| <code >␣ w d</code > | Close window | command | ` workbench.action.closeEditorsInGroup ` |
408
409
| <code >␣ w h</code > | Focus window left | command | ` workbench.action.navigateLeft ` |
409
410
| <code >␣ w j</code > | Focus window down | command | ` workbench.action.navigateDown ` |
@@ -694,6 +695,20 @@ Type: <code>bindings</code>
694
695
| <code >␣ m languageId: clojure t</code > | +Tests | [ bindings] ( #tests ) | N/A |
695
696
| <code >␣ m languageId: clojure T</code > | +Toggle | [ bindings] ( #toggle ) | N/A |
696
697
698
+ # C
699
+
700
+ Key Binding: <code >␣ m languageId: c </code >
701
+
702
+ Type: <code >bindings</code >
703
+
704
+ | Key Binding | Name | Type | Command(s) |
705
+ | ------------------------------- | --------- | --------------------- | ---------- |
706
+ | <code >␣ m languageId: c =</code > | +Format | [ bindings] ( #format ) | N/A |
707
+ | <code >␣ m languageId: c b</code > | +Backend | [ bindings] ( #backend ) | N/A |
708
+ | <code >␣ m languageId: c g</code > | +Go to | [ bindings] ( #go-to ) | N/A |
709
+ | <code >␣ m languageId: c r</code > | +Refactor | [ bindings] ( #refactor ) | N/A |
710
+ | <code >␣ m languageId: c G</code > | +Peek | [ bindings] ( #peek ) | N/A |
711
+
697
712
# coq
698
713
699
714
Key Binding: <code >␣ m languageId: coq </code >
@@ -955,14 +970,16 @@ Type: <code>bindings</code>
955
970
956
971
| Key Binding | Name | Type | Command(s) |
957
972
| ------------------------------------ | ---------------------- | ------------------------- | --------------------------------- |
973
+ | <code >␣ m languageId: quarto '</code > | Create R Terminal | command | ` r.createRTerm ` |
958
974
| <code >␣ m languageId: quarto d</code > | Debugonce R | command | ` r.runCommandWithSelectionOrWord ` |
959
975
| <code >␣ m languageId: quarto h</code > | Help R | command | ` r.helpPanel.openForSelection ` |
960
976
| <code >␣ m languageId: quarto i</code > | Insert cell | command | ` quarto.insertCodeCell ` |
961
- | <code >␣ m languageId: quarto m</code > | Run current cell | command | ` quarto.runCurrentCell ` |
977
+ | <code >␣ m languageId: quarto m</code > | Create R Terminal | command | ` r.createRTerm ` |
962
978
| <code >␣ m languageId: quarto o</code > | Objects in workspace R | command | ` r.runCommand ` |
963
- | <code >␣ m languageId: quarto p</code > | Render | command | ` quarto.render ` |
979
+ | <code >␣ m languageId: quarto p</code > | Render | command | ` quarto.renderDocument ` |
964
980
| <code >␣ m languageId: quarto s</code > | Run selection | command | ` quarto.runSelection ` |
965
981
| <code >␣ m languageId: quarto R</code > | Restart R | command | ` r.runCommand ` |
982
+ | <code >␣ m languageId: quarto S</code > | Run current cell | command | ` quarto.runCurrentCell ` |
966
983
| <code >␣ m languageId: quarto =</code > | +Format | [ bindings] ( #format ) | N/A |
967
984
| <code >␣ m languageId: quarto a</code > | +Code actions | [ bindings] ( #code-actions ) | N/A |
968
985
| <code >␣ m languageId: quarto f</code > | +Fold | [ bindings] ( #fold ) | N/A |
@@ -979,14 +996,17 @@ Type: <code>bindings</code>
979
996
980
997
| Key Binding | Name | Type | Command(s) |
981
998
| ------------------------------- | ---------------------- | ------------------------- | --------------------------------- |
999
+ | <code >␣ m languageId: r '</code > | Create R Terminal | command | ` r.createRTerm ` |
982
1000
| <code >␣ m languageId: r d</code > | Debugonce | command | ` r.runCommandWithSelectionOrWord ` |
983
1001
| <code >␣ m languageId: r h</code > | Help | command | ` r.helpPanel.openForSelection ` |
1002
+ | <code >␣ m languageId: r m</code > | Create R Terminal | command | ` r.createRTerm ` |
984
1003
| <code >␣ m languageId: r o</code > | Objects in workspace R | command | ` r.runCommand ` |
985
1004
| <code >␣ m languageId: r s</code > | Run selection | command | ` r.runSelection ` |
986
1005
| <code >␣ m languageId: r R</code > | Restart R | command | ` r.runCommand ` |
987
1006
| <code >␣ m languageId: r =</code > | +Format | [ bindings] ( #format ) | N/A |
988
1007
| <code >␣ m languageId: r a</code > | +Code actions | [ bindings] ( #code-actions ) | N/A |
989
1008
| <code >␣ m languageId: r g</code > | +Go to | [ bindings] ( #go-to ) | N/A |
1009
+ | <code >␣ m languageId: r p</code > | +Package | [ bindings] ( #package ) | N/A |
990
1010
| <code >␣ m languageId: r r</code > | +Refactor | [ bindings] ( #refactor ) | N/A |
991
1011
| <code >␣ m languageId: r v</code > | +View | [ bindings] ( #view ) | N/A |
992
1012
| <code >␣ m languageId: r G</code > | +Peek | [ bindings] ( #peek ) | N/A |
@@ -1366,6 +1386,72 @@ Type: <code>bindings</code>
1366
1386
| --------------------------------------- | --------------------------- | ------- | ------------------------- |
1367
1387
| <code >␣ m languageId: clojure T p</code > | Toggle pretty print results | command | ` calva.togglePrettyPrint ` |
1368
1388
1389
+ # +Format
1390
+
1391
+ Key Binding: <code >␣ m languageId: c =</code >
1392
+
1393
+ Type: <code >bindings</code >
1394
+
1395
+ | Key Binding | Name | Type | Command(s) |
1396
+ | --------------------------------- | ------------------------------- | ------- | ---------------------------------------- |
1397
+ | <code >␣ m languageId: c = =</code > | Format region or buffer | command | ` editor.action.format ` |
1398
+ | <code >␣ m languageId: c = b</code > | Format buffer | command | ` editor.action.formatDocument ` |
1399
+ | <code >␣ m languageId: c = c</code > | Format changes | command | ` editor.action.formatChanges ` |
1400
+ | <code >␣ m languageId: c = s</code > | Format selection | command | ` editor.action.formatSelection ` |
1401
+ | <code >␣ m languageId: c = B</code > | Format buffer with formatter | command | ` editor.action.formatDocument.multiple ` |
1402
+ | <code >␣ m languageId: c = S</code > | Format selection with formatter | command | ` editor.action.formatSelection.multiple ` |
1403
+
1404
+ # +Backend
1405
+
1406
+ Key Binding: <code >␣ m languageId: c b</code >
1407
+
1408
+ Type: <code >bindings</code >
1409
+
1410
+ | Key Binding | Name | Type | Command(s) |
1411
+ | --------------------------------- | ---------------- | ------- | ----------------------- |
1412
+ | <code >␣ m languageId: c b d</code > | Reset Database | command | ` C_Cpp.ResetDatabase ` |
1413
+ | <code >␣ m languageId: c b w</code > | Rescan Workspace | command | ` C_Cpp.RescanWorkspace ` |
1414
+
1415
+ # +Go to
1416
+
1417
+ Key Binding: <code >␣ m languageId: c g</code >
1418
+
1419
+ Type: <code >bindings</code >
1420
+
1421
+ | Key Binding | Name | Type | Command(s) |
1422
+ | --------------------------------- | ----------------------- | ------- | ------------------------------------------------- |
1423
+ | <code >␣ m languageId: c g a</code > | Switch Header/Source | command | ` C_Cpp.SwitchHeaderSource ` |
1424
+ | <code >␣ m languageId: c g d</code > | Go to declaration | command | ` editor.action.revealDeclaration ` |
1425
+ | <code >␣ m languageId: c g e</code > | Go to errors/problems | command | ` workbench.actions.view.problems ` |
1426
+ | <code >␣ m languageId: c g f</code > | Go to file in explorer | command | ` workbench.files.action.showActiveFileInExplorer ` |
1427
+ | <code >␣ m languageId: c g g</code > | Go to definition | command | ` editor.action.revealDefinition ` |
1428
+ | <code >␣ m languageId: c g r</code > | Go to reference | command | ` editor.action.goToReferences ` |
1429
+ | <code >␣ m languageId: c g s</code > | Go to symbol in buffer | command | ` workbench.action.gotoSymbol ` |
1430
+ | <code >␣ m languageId: c g R</code > | Find references | command | ` references-view.findReferences ` |
1431
+ | <code >␣ m languageId: c g S</code > | Go to symbol in project | command | ` workbench.action.showAllSymbols ` |
1432
+
1433
+ # +Refactor
1434
+
1435
+ Key Binding: <code >␣ m languageId: c r</code >
1436
+
1437
+ Type: <code >bindings</code >
1438
+
1439
+ | Key Binding | Name | Type | Command(s) |
1440
+ | --------------------------------- | ------------- | ------- | ---------------------- |
1441
+ | <code >␣ m languageId: c r r</code > | Rename Symbol | command | ` editor.action.rename ` |
1442
+
1443
+ # +Peek
1444
+
1445
+ Key Binding: <code >␣ m languageId: c G</code >
1446
+
1447
+ Type: <code >bindings</code >
1448
+
1449
+ | Key Binding | Name | Type | Command(s) |
1450
+ | --------------------------------- | ---------------- | ------- | --------------------------------------- |
1451
+ | <code >␣ m languageId: c G d</code > | Peek declaration | command | ` editor.action.peekDeclaration ` |
1452
+ | <code >␣ m languageId: c G g</code > | Peek definition | command | ` editor.action.peekDefinition ` |
1453
+ | <code >␣ m languageId: c G r</code > | Peek references | command | ` editor.action.referenceSearch.trigger ` |
1454
+
1369
1455
# Ask prover
1370
1456
1371
1457
Key Binding: <code >␣ m languageId: coq a</code >
@@ -2739,6 +2825,20 @@ Type: <code>bindings</code>
2739
2825
| <code >␣ m languageId: r g R</code > | Find references | command | ` references-view.findReferences ` |
2740
2826
| <code >␣ m languageId: r g S</code > | Go to symbol in project | command | ` workbench.action.showAllSymbols ` |
2741
2827
2828
+ # +Package
2829
+
2830
+ Key Binding: <code >␣ m languageId: r p</code >
2831
+
2832
+ Type: <code >bindings</code >
2833
+
2834
+ | Key Binding | Name | Type | Command(s) |
2835
+ | --------------------------------- | ------------------ | ------- | -------------- |
2836
+ | <code >␣ m languageId: r p c</code > | Check | command | ` r.check ` |
2837
+ | <code >␣ m languageId: r p d</code > | Document | command | ` r.document ` |
2838
+ | <code >␣ m languageId: r p l</code > | Load All | command | ` r.loadAll ` |
2839
+ | <code >␣ m languageId: r p p</code > | pgkdown build site | command | ` r.runCommand ` |
2840
+ | <code >␣ m languageId: r p t</code > | Test | command | ` r.test ` |
2841
+
2742
2842
# +Refactor
2743
2843
2744
2844
Key Binding: <code >␣ m languageId: r r</code >
0 commit comments