Page 1 of 1

FIXED: CSS autocomplete

Posted: 15 Oct 2024 11:26
by crtrubshaw
Hi Rickard.

If I'm typing CSS in specific file types (.css / .less / .sass / .scss) or in a <style> block, as soon as I type ": " (colon, space) it gets replaced with ":: ;" (2 colons, 2 spaces and a semi-colon). Seems like a nice shortcut but not quite correct, I'd expect to end up with ": ;" (colon, space, semi-colon - with the cursor before the semi-colon).

Please can you check it out and fix it or advise how I can disable the autocomplete?

Thank you.

Re: CSS autocomplete

Posted: 15 Oct 2024 12:13
by pjj
Same with a tab, i.e. property, colon and then tab.

Re: CSS autocomplete

Posted: 16 Oct 2024 16:47
by crtrubshaw
Hi Rickard.

Is there a way to disable it? There seems to be no context, it just triggers anywhere in a document, many times I need curly braces, for new rules and sub-elements in SASS, but I keep getting ": ;"

Thanks very much.

Re: CSS autocomplete

Posted: 17 Oct 2024 16:58
by Rickard Johansson
Update to version 16.33. It should work now.