Enable Emmet abbreviations in .js
files for CSS-in-JS (object syntax)
#120521
Labels
Milestone
.js
files for CSS-in-JS (object syntax)
#120521
According to the creator of Emmet this (see title) is already possible with Emmet itself but he's not sure how one would enable it in VS Code. See his post here: emmetio/emmet#512 (comment).
How can I set this to
true
in VS Code? As far as I can tell VS Code doesn't provide a way to set these "Stylesheet options" that you'll find in theemmet/src/config.ts
file.Here's what I'm trying to do: https://stackoverflow.com/questions/66945043/emmet-use-css-abbreviations-in-vs-code-for-css-in-js-object-syntax
If setting Emmet's
"stylesheet.json"
totrue
is not currently possible in VS Code is this a feature that could be added? I envision that it would be available in the list of Emmet options in the VS Codesettings.json
.Thank you so much for taking a look! I've scoured the docs but please let me know if this is already possible and I just missed it somehow.
The text was updated successfully, but these errors were encountered: