1.4.1 • Published 2 years ago

@phoenix-plugin-registry/brackets-display-shortcuts v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

brackets-display-shortcuts

Brackets Extension to Display Shortcuts in bottom panel

Overview

This is an Extension for Brackets.

Features

This extension is accessed in Brackets using menu Help > Show Shortcuts or with the keyboard shortcut Ctrl-Alt-/ on Windows and Control-Alt-/ on Mac.

This extension displays all shortcuts defined for:

  • Brackets
  • CodeMirror (which not overridden by Brackets)
  • Extensions which are currently installed

All columns are sortable in both ascending and descending order.

Display of "Extension" in Origin column is dependent on command using package-style naming convention (e.g. "myorg.myextension.mycommand") to avoid collisions with other extensions as mentioned in How to Write Extensions doc.

Button to "Copy to Current Document" inserts Table HTML markup at the current selection. It only works for full editor.

Type the name of the command you're looking for in the filter field to find the shortcut faster.

Use Override Shortcut for Command and Disable Shortcuts commands from context (right-click) menu to facilitate editing of keymap.json file.

License

MIT-licensed -- see main.js for details.