PHPStorm & WebStorm / React / Code completion in style prop stop working Follow
Hi,
I just noticed that the code completion in WebStorm 2021.2.2 for css attributes in the style props of react element stop working. Same in PHPStorm installation
For know I tried different approches to fix this. But seams like nothing help. (see Screens)
- I tried to install @types/react and @types/css inside the Project
- Installed @types/react and @types/css as global Libraries (Settings: Languages & Frameworks > JavaScript > Libraries)
- Installed Styled Components & Styled JSX Plugin
- Tried to start a plain new project through create-react-app
Found similar Topics regarding this (but older Versions):
https://youtrack.jetbrains.com/issue/WEB-37574
Anything what i could do?
Greetings,
Jens
Please sign in to leave a comment.
Seams it broke with the update to 2021.2.
Just checked with 2021.1.4 and it's still working there.
Reproduced; please follow https://youtrack.jetbrains.com/issue/WEB-37574 for updates