bcomnes / sublime-standard-format

:sparkles: Runs standard --fix against the javascript in your ST3 window on save or manually.
https://packagecontrol.io/packages/StandardFormat
MIT License
60 stars 21 forks source link

standard --fix on key #62

Closed pito-svk closed 7 years ago

pito-svk commented 7 years ago

Is possible to run standard --fix when I press some key? I mean without saving, it will just format and let save for me.

Thanks!

bcomnes commented 7 years ago

Yeah, I think the keymaps cover that right? https://github.com/bcomnes/sublime-standard-format/blob/master/Default%20(OSX).sublime-keymap

bcomnes commented 7 years ago

I usually pull down the command pallet and do it from there. Im a saver :P

pito-svk commented 7 years ago

Great, thx.