is it possible in intellij to specify color for a ...
# random
r
is it possible in intellij to specify color for a certain method call? my case: I have lots of log calls which make code less legible than normal one. I'd like to gray out calls to
d{}
,
e{}
, etc... see this snippet: