H
H
hesrun2020-06-01 01:00:13
Visual Studio Code
hesrun, 2020-06-01 01:00:13

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

2 answer(s)
H
hesrun, 2020-06-01
@hesrun

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

U
urcosmos, 2020-11-17
@urcosmos

So it seems like Ctrl + Enter decides: you go to a new line, even if you are in the middle of the line.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question