CCCC
CCCC

Reputation: 6471

How to remove usage tip in Intellij

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

Upvotes: 10

Views: 3159

Answers (1)

sm3sher
sm3sher

Reputation: 3370

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

Upvotes: 10

Related Questions