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

