Does not trigger with autocomplete
Hi, class completion does not trigger if we use autocomplete.

I see that it only triggers on certain characters.
const completionTriggerChars = ['"', '\'', ' '];
I see the same issue, I would really love to use this extension but I also want auto-completion so for now this extension is disabled.
have the same issue. I input a "space" first to trigger it.
You can use CTRL+Space to trigger the Intellisense after auto completion.
@m2de Thanks
Add User Setting => "editor.quickSuggestions": { "comments": false, "strings": true, "other": true } See https://github.com/ecmel/vscode-html-css/issues/52
@dogzhang, It still doesn't work if I use autocomplete for class keyword. Also the link seems to be broken.
@WaqasIbrahim I'm sorry, I've pasted a wrong link address, now I fixed the link. It looks like the problem occurs not only for this extention, but also other css-autocomplete like extentions.