sander
sander

Reputation: 1654

Is there some way I could get VSCode's JavaScript syntax color to IntelliJ/WebStorm?

I really like the way Visual Studio Code syntax color looks in the editor when I'm writing JavaScript or React. I would like to use WebStorm for JavaScript but their JavaScript syntax color is not so nice. This might seem like a small thing but to me VSCode is much more readable than WebStorm.

Any help?

Upvotes: 5

Views: 6093

Answers (1)

lena
lena

Reputation: 93868

You can try Better VS Code from https://github.com/sdvoynikov/color-themes or https://github.com/lenny1882/vscode-dark-plus-webstorm; I'd also suggest looking at Material Theme UI plugin - it's a UI theme + a set of editor color schemes

Upvotes: 3

Related Questions