How to customize Sublime Text default Auto-complete
I use Sublime text 3 every day, especially the JavaScript autocomplete feature.
For the if-statement, the default completion popup has an unnecessary semicolon at the end.
if (true) {};
Using JSHint, it gives me an error for most of the code I have w...
victorleungtw.hashnode.dev1 min read