CodeEditApp/CodeEdit

✨ Commands

jasonplatts opened this issue · 0 comments

Overview

Commands are used by extensions to trigger actions in CodeEdit. They can be configured to work keybindings and UI elements, such as menus and the command palette.

We should also include a number of built-in commands (VS Code Built-in Commands) that can be used by users that want to change default keybinding or by keybinding extensions.

See the VS Code Commands Extension Guide for an example implementation.

Related Issues