#CSS Intellisense and Syntax Highlighting for useStyles$
10 messages ยท Page 1 of 1 (latest)
Well, I don't have the time to learn and create VS Code extension at the moment. That's why I am posting here and hoping someone knows how to achieve this and create one for us. ๐
But isn't useStyles$ supposed to be used by calling passing your css file as an argument?
You would get intellisense in .css files
Of course you can do that and you'll never need intellisensse and syntax highlighting for useStyles$().
But I like to keep everything for a component in the a single file, so I use useStylesScoped$(``) for almost all of my components.