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

Need to change the default sorting on Save #51

Open nicgravel opened 3 years ago

nicgravel commented 3 years ago

When auto save is activated, it use the default sort but we need to use the Alphanum sorting. How can we do that ? I did not find a settings for that. Thanks

mlegait commented 3 years ago

I have the same question. Thanks for your help.

richie5um commented 3 years ago

Erm. I'm not entirely sure without remembering how to write an addin again :). I'll have a look, but please let me know if you spot how to do it. :)