Is there a way to visualy distinguish styled-component and HTML-elements \ regular React components in the markup?
I want to be able to visually differentiate styled-component and “regular” react component in the editor.
Currently, they look identical. Is there any way to change color of component that imported from specific path pattern, for example if component imported from `*.styles.ts` - slightly change it's color in the markup.
Thanks.
Please sign in to leave a comment.
Unfortunately, it’s not possible at the moment. Please feel free to create a new feature request here: https://youtrack.jetbrains.com/issues/WEB. We’ll see if it can be implemented.
Thank you. For search and history purpose here's the link: https://youtrack.jetbrains.com/issue/WEB-69411/Visually-distinguish-styled-component-and-HTML-elements-regular-React-components-in-the-editor
Thank you!