Answer the question
In order to leave comments, you need to log in
How to fix emmet inside .vue files?
Can you please tell me how to fix unwrapping of styles within a section in sublime text 3?
In a regular scss file, you can write mr10, press tab and as a result we get a line like margin-right: 10px;
In single-file vue components, this does not work quite right...
"mr10" will not expand, but "mr" + tab will expand into a line like "margin-right:", but at the same time "mr10+ml10" + tab will work correctly and we end up with "margin-right: 10px; margin-left: 10px;"
Of course, you can use ctrl + e and everything will unfold as it should, but this is creepy as inconvenient. I use Vue for my projects and this switch from tab to ctrl + e is very painful (
Can this be fixed at all? <style lang="scss">
Answer the question
In order to leave comments, you need to log in
https://github.com/vuejs/vue-syntax-highlight
Try it, it should fix it.
ps
According to SB3, I can’t say for sure, but in vscode in the config you can manually write that .vue files have css association
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question