DEV Community

Discussion on: Screencast Mode in VS Code

 
lishine profile image
Pavel Ravits

I edited it.
I saw the custom extension.
I think it need just to recognize that it is possibly a css and give css suggestions.
Like this question
stackoverflow.com/questions/481079...

Or this extension
marketplace.visualstudio.com/items...

Thread Thread
 
dzhavat profile image
Dzhavat Ushev • Edited

I see now. It's going to be hard. I have this exact same problem with my extensions. I need to figure out a way to detect the CSS in Vue, HTML, style components or whatever but haven't found it yet :(

Maybe looking at the source code for that "CSS in JS" extension can help you create your own.

Thread Thread
 
lishine profile image
Pavel Ravits

Yep. Thanks man