Added: List of commands that can be mapped to shortcuts
This commit is contained in:
parent
6cffc27ce5
commit
34dfb524ac
|
@ -72,6 +72,11 @@ you can add a setting like this to your .sublime-keymap file
|
|||
{ "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
|
||||
|
||||
Using Command Palette <kbd>Ctrl+Shift+P</kbd> search for
|
||||
|
|
Loading…
Reference in New Issue