phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Support for VScode keybinding

Open charlypa opened this issue 3 years ago • 1 comments

Phoenix should support Vs code key bindings

Add support for settings dropdown in shortcuts panel

The settings dropdown will have the following options

  1. Reset to defaults
  2. Use Phoenix Code Shortcuts
  3. Use VS Code Shortcuts image

creating the dropdown

image

  • The code for the shortcuts extension is located in src/extensionsIntegrated/DisplayShortcuts folder.
  • Dropdowns can be created using DropdownButton. See sample usage in FileFilters.js file.

charlypa avatar Oct 26 '21 11:10 charlypa