My Sublime Text 3 Settings + Plugin list
I have recently upgraded to Sublime Text 3 after a release of the Package Control, and I must say I'm impressed. Here are my settings:
{
"caret_style": "phase",
"color_scheme": "Packages/Color Schemes by carlcalderon/Tyrann/Tyrann Blue.tmTheme",
"font_face": "Monaco",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_width": 120,
"word_wrap": true
}
Plugins
Also some plugins I'm using (all installable via Package Control):
BracketHighlighter
A lovely plugin that highlights the brackets.
Comment-Snippets
Comment snippets for the most common comment types such as inline, block, section, etc.
Emmet
A majestic plugin that makes HTML and CSS development easy as hell.
HTML5
A package of HTML5 snippets.
jQuery
A package of jQuery snippets.
Laravel 4 Snippets
Some snippets (Emmet-style) for faster development in Laravel 4.
SFTP
A SFTP plugin. Best of.
SideBarEnhancements
Multiple commands available on right-click in the sidebar.
That's about it, hope it helps anyone.
Written by Lovro Papež
Related protips
1 Response
For people working with Node.js / CoffeeScript, I'd also recommend "Better CoffeeScript".
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#