added code actions

This commit is contained in:
Belal Elsabbagh
2025-01-16 12:17:05 +02:00
parent 31e561dafb
commit d53e39e221

View File

@@ -16,6 +16,8 @@
"context": "Editor", "context": "Editor",
"bindings": { "bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"] // "j k": ["workspace::SendKeystrokes", "escape"]
"g d": "editor::GoToDefinition",
"space c a": "editor::ToggleCodeActions"
} }
} }
] ]