HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Does not trigger with autocomplete

Open WaqasIbrahim opened this issue 8 years ago • 7 comments

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

peek 2017-08-29 02-29

I see that it only triggers on certain characters.

const completionTriggerChars = ['"', '\'', ' '];

WaqasIbrahim avatar Aug 28 '17 21:08 WaqasIbrahim

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.

sidprice avatar Sep 11 '17 15:09 sidprice

have the same issue. I input a "space" first to trigger it.

uicosp avatar Oct 22 '17 15:10 uicosp

You can use CTRL+Space to trigger the Intellisense after auto completion.

m2de avatar Nov 08 '17 21:11 m2de

@m2de Thanks

uicosp avatar Nov 20 '17 05:11 uicosp

Add User Setting => "editor.quickSuggestions": { "comments": false, "strings": true, "other": true } See https://github.com/ecmel/vscode-html-css/issues/52

dogzhang avatar Jan 17 '18 15:01 dogzhang

@dogzhang, It still doesn't work if I use autocomplete for class keyword. Also the link seems to be broken.

WaqasIbrahim avatar Jan 20 '18 12:01 WaqasIbrahim

@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.

dogzhang avatar Jan 23 '18 07:01 dogzhang