Hi,
I’m working with html and trying to get autocomplete to work for classes & ids already existing within the current document, but it’s only working if they are:
- defined in a style tags in the same document
- in a seperate open css document
and not if say I just have <span class="redbox">
somewhere and want redbox to appear as an autocomplete option.
It does however use strings,classes,etc as autocomplete options from the javascript code within the document. Autocomplete for javascript works just fine, as does for css files.
This is a fresh 1.0 install and ‘Include Completions From All Buffers’ is checked, so I’m not sure what I’m missing to enable this.