Sublime Text is undoubtedly one of the best text editors out there. I’ve been using it since I was introduced to it at a bootcamp in August of last year but out-of-the-box it desperately lacks some very important features which many other text editors like Brackets and VS Code have and this does push people away. But no fear i’m hear to give a few packages I find useful in my day-to-day coding life. Links to download the packages are found at the end of this article.
SublimeCodeIntel
Sublime text has some form of intellisense but it honestly isn’t up to scratch. SublimeCodeIntel is the best Sublime has to offer when it comes to intellisense. It excellent for HTML and CSS , dare I say the best on the market but it also works for Ruby, PHP and so on.
Color Picker
Yet another tool found in most text editors Sublime Text doesn’t come with out of the box. The color picker shows the color that you picked on the extreme left and this is extremely useful if you’re like me and you use a lot of hex codes, no need to rattle your brain trying to remember the color. It also comes with a color picker that offers hex, rgba values.
JavaScript Enhancements
I remember doing Wes Bos’ JavaScript 30 course and feeling so slow because he was just steamrolling and I manually had to type “document.QuerySelectorAll();” but not to worry this plugin has it all.
The best definitely was saved for last! A truly wonderful piece of innovation. This basically converts Sublime Text into a JavaScript IDE. In-built refactoring, real-time errors, code completions for ES6, ES5, Angular etc. It honestly is a wonderful add-on and a must if you do anything JavaScript.
I hope these favorite playlist plugins of mine proves useful to someone. Cheers!
SublimeCodeIntel/SublimeCodeIntel _💡 Full-featured code intelligence and smart autocomplete for Sublime Text - SublimeCodeIntel/SublimeCodeIntel_github.comweslly/ColorPicker _Color picker for Sublime Text. Contribute to weslly/ColorPicker development by creating an account on GitHub._github.compichillilorenzo/JavaScriptEnhancements _JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a…_github.com