Sublime Text
First post of the New Year! And it’s a short one…
Recently, I’ve decided to actually care more about my text editor and download some packages to make life easier (or just make Sublime look better). Here is my definitive guide on what to get:
Essential
- Package Control
- Makes it easier to download packages for Sublime Text.
- Origami
- Allows multiple panes on the same Sublime window
- Modific
- Highlights changes against your last Git (or Mercurial) commit
- Material Theme
- It just looks good
- Material Theme App Bar
- Awesome looking side bar that matches Material Theme
If you develop in JavaScript and build stuff with React
- Babel
- Syntax highlighting for ES6 and JSX
- JSHint Gutter
- JavaScript linter. Saved me a few times…
Things you should use but don’t want to
- Vintage
- Vim emulator that actually comes with Sublime…
Happy coding!
- Walter