I have a HTML file and a bunch of CSS files (bootstrap,.blabla,...)
On html if I call Ctrl + Space on a "class" attribute the auto-completition work as expected.
But if in this same html file I put some <style> tag with some css definition, the auto-complete just work local and external css files are ignored.
Is this a OK behavior?