I am trying to get Sublime Text 2 to auto complete from a linked (open or not) css file, but it will not display any class or id's.
(I've also tried other packages "Anyword Completion", "All Autocomplete", "SublimeCodeIntell" with no success)
i.e. when you type: <div class="" or <div id=""
I want it to display the list of classes or id's available linked from my style sheet. (style sheet is correctly linked to the page!)
Thanks!