Getting code completion in VSCode for the theme passed to createUseStyles? #1653
Unanswered
joeattardi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Probably a long shot, but I'm hoping to find a way to make use of VSCode's built in type support (even for JS files). I have a React project that's using JS. I know you can reference TypeScript types using JSDoc comments but can't quite find a way to make this work.
I'd like to be able to have popup code completion for the theme object passed to createUseStyles. Does anyone know of a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions