Is there an easy way to differentiate keyword colors in WebStorm (or any JetBrains IDE)? Like Sublime Text or Atom, I'd like function
to be a different color from var
, this
, if
, etc.
I've found good answers on how to import TextMate bundles, but given how much flexibility and customization is baked into the IDE, I have to hope there's a simpler way.
(Relatedly, there is a Custom keywords section under settings > editor > colors & fonts, but I can't define or change the preset keywords. Can anything be done with this?)
You can change the text color in setting. Go to File->Settings->JavaScript
then click on Save Color scheme as...You will be able to modify the color scheme as you want. Or you can download theme and import it in your preferences