Awesome tips detailing everything you need to know about auto-completing in Sublime Text 2!

seen from Malaysia

seen from United States
seen from Türkiye
seen from Netherlands

seen from United Kingdom
seen from Malaysia

seen from Malaysia
seen from Türkiye
seen from United States
seen from Saudi Arabia

seen from Malaysia
seen from Saudi Arabia

seen from Italy

seen from United States
seen from Türkiye

seen from Singapore
seen from China

seen from Singapore
seen from Netherlands
seen from Belarus
Awesome tips detailing everything you need to know about auto-completing in Sublime Text 2!
My desktop while working.
With Ubuntu 12.10, zsh, sublime text 2, chrome, xchat, ...
Add JS highlighting to Coffee-Script files in SublimeText 2
Update: I saw this commit, and this project on github is really what you need!
Some people like to use Sublime text editor, of which there is an alpha of version 2 out. If your one of those people, and you also happen to enjoy writing in Coffee-Script then you'd have noticed there is no highlighting support for it. Granted Coffee-Script should have it's own highlighting profile, but at least you can use the existing JS highlighting in place of the default plain-text one. Here's how to do it on Windows:
Open up the file:
C:\Users\<Your User Name Here>\AppData\Roaming\Sublime Text 2\Packages\JavaScript\JavaScript.tmLanguage
Once open (use notepad or Sublime) you'll see that it's just an XML file. Find the <fileTypes> element and add a new entry for Coffee-Script. Here is how it should look like:
http://gist.github.com/1030220