You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Result: When you type .b, we pop up CSS property code hints as if you were typing a property whose name started with b. If we can tell you're typing a selector (i.e., the current token starts with . or #), we should suppress these.
I don't think we can easily fix this if your intention is to type a tag selector (though perhaps we could imagine showing both tags and property names when in a LESS or SCSS file, since it's basically ambiguous which one you want to do when you're in property context).
.foo {and hit Enter.barResult: When you type
.b, we pop up CSS property code hints as if you were typing a property whose name started withb. If we can tell you're typing a selector (i.e., the current token starts with.or#), we should suppress these.I don't think we can easily fix this if your intention is to type a tag selector (though perhaps we could imagine showing both tags and property names when in a LESS or SCSS file, since it's basically ambiguous which one you want to do when you're in property context).