How to turn off highlights of class, method names

Answered

How can I turn off the highlights on

  • import statements
  • class names
  • method names (signature and calls)
  • things such as `@Test`

?

 

0
3 comments

Looks like these are the inspection warnings from various inspections that are enabled. Please put cursor on the highlighted symbol and from Alt+Enter popup menu select the inspection which reports the warning and disable it:

See Suppressing inspections in the editor.

0

In the case of the method name in its signature, disabling all inspections did not remove the highlights.

0

If it is not an inspection highlighting, to find the corresponding color settings you can use Jump to Colors and Fonts action (Help | Find Action...) with the caret placed on the symbol:


 

to go to relevant colors settings:

1

Please sign in to leave a comment.