styled-components / webstorm-styled-components

styled-components highlighting support in IntelliJ editors
https://plugins.jetbrains.com/plugin/9997-styled-components
MIT License
375 stars 19 forks source link

Plugin not working in Webstorm version 2019.1 #74

Closed mqliutie closed 5 years ago

mqliutie commented 5 years ago

image image

undeadcat commented 5 years ago

By default the plugin highlights inside strings where the tag starts with styled, not style.

If you're importing styled-components with something like `import style from 'styled-components', you can 'style' to the list of tags to highlight using the configuration feature: https://github.com/styled-components/webstorm-styled-components#configuration.