dzhibas / SublimePrettyJson

Prettify/Minify/Query/Goto/Validate/Lint JSON plugin for Sublime Text 3 & 4
MIT License
2.03k stars 180 forks source link

Validation issues #177

Open purple512 opened 1 year ago

purple512 commented 1 year ago

I'm having a really hard time using this extension.

I just want to validate JSON. The "validate on save" setting does absolutely nothing. I type invalid JSON and it saves it without a peep. Apparently this is #172 which has been reported and broken for a year with no update.

I can select validate from the command palette but I can't stand using that thing, and there appears to be no way to bind a key to validate? Why?!?

I want to use this extension but at every turn it is fighting me.

purple512 commented 1 year ago

I grepped through the source out of desperation and it seems you can in fact bind a key to pretty_json_validate.

You would absolutely never know this from reading the documentation though.

image