Home > OS >  How to remove usage tip in Intellij
How to remove usage tip in Intellij

Time:07-16

In Intellij,there is usage button.
How can I remove it? I try to google it but can't find any solution

enter image description here

CodePudding user response:

You can hide Usages by disabling it in the IDE settings

⌘ , (macOS), or Ctrl Alt S (Windows/Linux)

Then navigate to:

Editor > Inlay Hints > Code Vision > Usages.

and untick the checkbox

  • Related