Sergey Chikuyonok

Results 184 comments of Sergey Chikuyonok

@goldylucks yes, current implementation works like this: https://github.com/emmetio/emmet/blob/master/test/stylesheet.ts#L167 I thought that there are some quirks like multiple values must be arrays (`margin: 10px 20px` → `margin: [10, 20]`) or something....

@tayler-ramsay should work. Do you use latest RC version of Emmet (v2.0.0rc-5)?

Oh, then it’s not available yet. New Emmet version is only available in new Sublime Text plugin

I made Emmet 2.0 publicly available yesterday (just the core part itself), it’s available in Sublime Text, CodeMirror and Nova editors. You can give me some code snippets with real-world...

I plan to rewrite VSCode extension in near future to support all Emmet features Отправлено с iPhone > 2 мая 2020 г., в 15:25, Thomas написал(а): > >  >...

Yes, new Emmet version (already in VSCode) already supports output as JSON properties. It requires additional support from plugin itself

This option must be set to `true`: https://github.com/emmetio/emmet/blob/51757fc77ee2477c2e2cc6abeff44e64c8a85eec/src/config.ts#L257 Not sure how to set Emmet options in VSCode plugin (I’m not the maintainer)

@josegutierro didn’t tried yet. I guess it’s not just an option in VSCode plugin, it should be properly supported by plugin in order to work.

Currently, it’s not possible but I’ll add option in next Emmet version to forcibly expand abbreviation as stylesheet