phoenix
phoenix copied to clipboard
Support for VScode keybinding
Phoenix should support Vs code key bindings
Add support for settings dropdown in shortcuts panel
The settings dropdown will have the following options
- Reset to defaults
- Use Phoenix Code Shortcuts
- Use VS Code Shortcuts
creating the dropdown
- The code for the shortcuts extension is located in
src/extensionsIntegrated/DisplayShortcuts
folder. - Dropdowns can be created using
DropdownButton
. See sample usage inFileFilters.js
file.