extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Make extensions able to define their own actions

Open vittorius opened this issue 10 months ago • 1 comments

Check for existing issues

  • [x] Completed

Misc notes

E.g. I'd like to develop an extension providing a simple "settings sync" functionality that can be manually invoked by a keyboard shortcut. The most obvious way to me is that such an extension can provide a new action that can be trivially bound to a keybinding in the keymap.json.

vittorius avatar Feb 27 '25 16:02 vittorius

Extensions can define a tasks.json, which may be what you're looking for

Example: https://github.com/crystal-lang-tools/zed-crystal/blob/main/languages/crystal/tasks.json

nobodywasishere avatar Mar 26 '25 09:03 nobodywasishere