Answer the question
In order to leave comments, you need to log in
Is it possible to autocomplete VS Code in scss?
I've been using Atom for a long time, and decided to switch to VSCode, but I just can't get used to its autocomplete.
When I use autocomplete of properties in sass files, it immediately puts "property : ;" and the caret to the place where the value is written, and I have to go to the end of the line and make a transition, in general it is difficult to get used to unnecessary actions ...
Can I somehow force it not to put a semicolon at the end?
https://monosnap.com/file/QBgYvrhxW2nDAX7EUd9xgsmt...
Answer the question
In order to leave comments, you need to log in
I googled it myself, it turns out people have been complaining for a long time ... If someone does not know, then Jason needs to set the settings for css and scss, respectively
, "css.completion.completePropertyWithSemicolon": false,
"scss.completion.completePropertyWithSemicolon": false
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question