Reputation: 6471
In Intellij,there is usage
button.
How can I remove it? I try to google it but can't find any solution
Upvotes: 10
Views: 3159
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