VS Code Problem emmets not work fine
in vs code you can writing
mb1.5rem
to margin-button: 1.5rem
.
Problem: When writing the code it gives wrong suggestions(look in sub-picture).
For your information, it was working fine a while ago, but now it has stopped, I don't know what happened2 Replies
was it an in-built feature for the VS Code before?
it seems like you're using SCSS? (I see
&__toggle
in there)
you may have to check Emmet settings and add scss/sass to the enabled languages, it seems like the suggestions are coming from intellisense rather than Emmet (emmet would have a light-grey "emmet abbreviation" text at the end of the suggestion).