sublime_text_3_screenshot

Sublime packages I use

I’ve been using Sublime Text as my code editor for about four or five years now. Since version 3 is currently in beta and has been for a while, I’ve made the switch from version 2 to 3.
This process made me discover which packages I’m using the most or misses the most when it’s not installed yet.
Here it goes, a classic list of Sublime packages you can’t live without™.

Peacock color scheme

I’m also a geek when it comes to color schemes. Without a sexy color scheme for my editor, I can’t get any work done. Peacock has been a favourite for quite some time, but since my switch to ST3, Material Theme is a requirement for being productive.

sublime_text_3_screenshot

I also like to have a bit larger font size and some spacing between lines. These are my settings in Sublime:

{
    "theme": "Material-Theme.sublime-theme",
    "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
    "font_face": "Menlo",
    "font_size": 14,
    "line_padding_top": 3,
    "line_padding_bottom": 3
}