Later versions of IntelliJ grays out types, fields, methods when they are located inside methods

已回答

I noticed in later IntelliJ versions it grays out types, fields, methods when they are located inside methods. Like in my example(version 2021.3.1): words 'String', 'length', 'TEST', 'length()' are all grayed out.

Can somebody suggest how to disable that?

Here is expected style(version 2020.3.2):

0

Try the default color scheme, looks like your is customized.

0

Serge Baranov That helped, though all my colors changed. I imported that custom scheme from IntelliJ 2020.3.2 which doesn't have gray color issues. Do you know if it's possible to fix that gray color issue and keep the same colors from my custom scheme which works fine in 2020.3.2?

0

Change the colors of local variables/identifiers/etc to your liking.

0

请先登录再写评论。