Andrey Zausaylov
Andrey Zausaylov

Reputation: 1075

How to set font of class names and methods in phpstorm

I want to set font of class names and class methods as bold. Only for that two items in any language. But it seems that each language specific class names are inherited from "Identifier" item but not from "language defaults" class names. So it sets bold either class name and many other identifiers. At the other way I dont know if its possible to override font feature per item. I couldnt do it so far.

I just try to make the same colors&fonts as they are at NetBeans by default

Upvotes: 0

Views: 148

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401877

This feature is missing in the present PhpStorm version, you can vote for it.

Upvotes: 1

Related Questions