millermedeiros / esformatter

ECMAScript code beautifier/formatter
MIT License
970 stars 91 forks source link

SublimeText plugin #41

Closed piuccio closed 11 years ago

piuccio commented 11 years ago

Hello, do you know if anyone is working on a SublimeText plugin for formatting code using esformatter?

I really need it and I can work on it, but I'm new to Python, so I just want to be sure that I don't waste time if someone else is doing it already.

twolfson commented 11 years ago

If not, you should be able to fork CodeFormatter which currently hooks onto JSBeautifier via a node process.

https://github.com/akalongman/sublimetext-codeformatter/

https://github.com/akalongman/sublimetext-codeformatter/blob/2c7dc9ff2c5387d52ecfcec6f28ab80c60070627/codeformatter/jsbeautifier/__init__.py#L13

piuccio commented 11 years ago

For reference, I've started this project

https://github.com/ariatemplates/sublime-esformatter