Merge pull request #143 from sharunkumar/patch-2

Added: List of commands that can be mapped to shortcuts
This commit is contained in:
Terminal 2021-06-04 11:28:45 -06:00 committed by GitHub
commit d98ffee537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ you can add a setting like this to your .sublime-keymap file
{ "keys": [ "ctrl+alt+m" ], "command": "un_pretty_json" } { "keys": [ "ctrl+alt+m" ], "command": "un_pretty_json" }
``` ```
#### List of commands that can be mapped to shortcuts
- `pretty_json`
- `un_pretty_json`
- `pretty_json_goto_symbol`
### Convert JSON to XML ### Convert JSON to XML
Using Command Palette <kbd>Ctrl+Shift+P</kbd> search for Using Command Palette <kbd>Ctrl+Shift+P</kbd> search for