Emmet + SCSS = very bad #29301
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
emmet
Emmet related issues
With yesterday's fixes, Emmet at least doesn't try to put HTML tags into SCSS, this is good.
Now for the (very) bad. Ussing Emmet with SCSS is just very painful.
Say, I type
margin
in SCSS and press TAB. I expect something likemargin:
, instead I get (from Emmet):max-resolution: ;
From
border
and TAB I get:background-origin: padding-box;
Fom
padding
and TAB I get:page-break-after: auto;
. This is very bad, on the border of uselessness.The text was updated successfully, but these errors were encountered: