FIXED: CSS autocomplete

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
crtrubshaw
Posts: 338
Joined: 06 Jun 2012 11:08

FIXED: CSS autocomplete

Post 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.
User avatar
pjj
Posts: 2209
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: CSS autocomplete

Post by pjj »

Same with a tab, i.e. property, colon and then tab.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
crtrubshaw
Posts: 338
Joined: 06 Jun 2012 11:08

Re: CSS autocomplete

Post 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.
User avatar
Rickard Johansson
Site Admin
Posts: 6749
Joined: 19 Jul 2006 14:29

Re: CSS autocomplete

Post by Rickard Johansson »

Update to version 16.33. It should work now.
Post Reply