Reputation: 344
I want to do do the same thing this guy accomplished in Atom. I want to use one font for comments, and another for my actual code.
Is this possible in WebStorm? I've fiddled with my settings, but I can't seem to make it work.
Upvotes: 3
Views: 904
Reputation: 165373
Currently it's not possible.
The only moments when IDE can use more than one font in Editor area are:
When primary font does not have glyph for specific character -- then IDE will look up in secondary/fallback font
When you choose to use font ligatures (displaying specific character sequences as one custom symbol)
https://youtrack.jetbrains.com/issue/IDEA-161729 -- watch this ticket (star/vote/comment) to get notified on any progress.
Partially related tickets:
Upvotes: 4