0

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!

user2202463
  • 135
  • 1
  • 2
  • 12
  • I think what you want is this plugin for ST2/3, CSS-Extended, it's still in beta but works great and does exactly what you want. https://github.com/subhaze/CSS-Extended – Trevor Apr 10 '14 at 03:11

1 Answers1

2

If I'm understanding your question properly then Emmet is a great plugin for this.

Example:

enter image description here

Here's a Video tutorial on how to use it and here's the Emmett Documentation. Hope this helps!

Alex Cory
  • 10,635
  • 10
  • 52
  • 62