Custom component highlighting Webstorm / React js

Advertisements How can I set different colors for my components in Webstorm? import Main from ‘./Main’ import Section from ‘./Section’ export default function home(){ return( <Main> <Section> 123 </Section> </Main> ) } I want to highlight Main and Section with different colors >Solution : In Webstorm, you can set different colors for your components by… Read More Custom component highlighting Webstorm / React js