richie5um / vscode-sort-json

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

Sort by alphanumeric but stick "id" in first position #67

Closed heyomi closed 2 years ago

heyomi commented 2 years ago

Is it possible to sort by alphanum but then keep my "id" field in the first position

richie5um commented 2 years ago

This should be possible - but I've not tried it. Set the overrides to contain 'id'.

https://github.com/richie5um/vscode-sort-json#settings

heyomi commented 2 years ago

Thanks @richie5um This worked.

"sortJSON.orderOverride": [
    "id"
  ]