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