Sublime Text 2 is not a fully featured editor from the beginning but seems to have tremendous power behind the scenes. While there are a lot of blog posts on the web giving you lists of packages which all seem usefull at first glance, you then find out during coding, that you use only a handfull of essential plugins on the daily basis, while some of the rest even produce performance issues.
In Sublime Text 2 nearly all of the configuration is done by creating and editing config files. Maybe some of you have already setup the editor for development in HTML, CSS and JavaScript in such a way, that it's possible to share the config files and a step by step instruction on what to install (and which docs to read). So my question is:
How do you customize Sublime Text 2 for coding in HTML, CSS and JavaScript to improve your productivity?
Sub-questions:
- Which specific settings changes do you find essential (for example tabs are not enabled out of the box)?
- Which packages do you find essential?
- How do you setup features like validation, real time syntax checking and code hints?
- How do you sync the editor (settings and packages) on two machines (using Dropbox or something similar)?
Feel free to add more sub-questions. Thanks!