microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.5k stars 29.39k forks source link

Emmet & Stylus without curly brackets ? #118758

Open Acid7 opened 3 years ago

Acid7 commented 3 years ago

Emmet stops working with stylus without curly brackets. Now it works only inside curly brackets.

Not sure if is it after the new update or something else, but it was working before .. any ideas ?

rzhao271 commented 3 years ago

Can you give an example screencap, e.g. using https://gifcap.dev? Also, does the same issue occur with SASS files?

Acid7 commented 3 years ago

@rzhao271

recording

Yep, same with SASS.

Acid7 commented 3 years ago

Maybe I figured it out .. when I create a new .styl file emmet works as expected.

I was using it in a file where css selectors was mixed with and without curly braces. ( Anyway I bet it was working before with mixed :)