richie5um / vscode-sort-json

VSCode Extension to Sort JSON objects
https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json
MIT License
110 stars 19 forks source link

Keyboard shortcut support #36

Closed hiahmedhameed closed 4 years ago

hiahmedhameed commented 4 years ago

Hi,

Thank for that nice extension.

Is there a way to bind sorting function with keyboard shortcut ? and how ?

Many thanks.

DoganM95 commented 4 years ago

You can create your own, just go to File -> Settings -> Keyboard Shortcuts and search for sort json, then assign the shortcuts you need.

There are already many shortcuts existing in vscode, so makes sense the dev did not assign any as there are a lot of sort-json commands available.

hiahmedhameed commented 4 years ago

Nice, thanks for the tip.