eclipsefontseditorwebstormcodehighlighter

How to make visual representation of WebStorm and Eclipse editor same


I am trying to make my WebStorm and Eclipse visual representation of code as same.

I had made majority of stuff in WebStorm as same Eclipse with one last thing.

If we observe the keyword function is bold in Eclipse while in WebStorm it it not.

How to tell WebStorm to show keywords as bold as it shows in Eclipse?

I am using Obsidian with font as Consolas
WebStorm - 10
Eclipse - Kepller

enter image description here


Solution

  • function is a keyword. Therefore make sure that Settings/Preferences | Editor | Code Style | JavaScript | Keyword has bold option set.