I'm working with code from multiple developers, some of whom are inconsistent in their use of semicolons, and I just want them after every line for consistency (and to prevent any masking of errors).
I use Aptana to format my source code, but it won't add semicolons for you AFAIK.
Ah ... just discovered YUI compressor has a preserve semicolons options that will actually add the semicolons to the appropriate lines. Then it's just a matter of sending the minified, unmunged version back thru the aptana formatter.
If someone comes up with a simpler solution, please post.
I found Google's Closure-Linter, which seems to be Google's version of JSLint, to work extremely well.
https://developers.google.com/closure/utilities/docs/linter_howto
The webpage above not only explains how to install it on your computer, but at the bottom it explains how to run fixjsstyle
which adds almost all missing semicolons as well as some other little things.
I use this online formatter: http://jsutility.pjoneil.net/ (go to Format Tab, paste your code and click on: "format Javascript statements").
As you can see, there is an option to the right: "replace missing semicolons"
Sometimes, that formatter will report "too many errors" and won't do anything. If that is the case, compress your code with this utility: http://refresh-sf.com/yui/ (which will also add semicolons) and then, you can go back to the formatter to uncompress it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With