SublimeText 3 plugin for Semi - automatically adds/removes semicolons from JavaScript.
- Make sure you have Node.js installed!
- If your
nodeexecutable is not in default $PATH, you might have to manually set yournodepath: Preferences -> Package Settings -> Semi -> Node Path.
Cmd+Shift+A= Add Semicolons!Cmd+Shift+R= Remove Semicolons!- (On Windows/Linux, replace
CmdwithCtrl.)