1

While changing PCs I downloaded the latest version of IntelliJ (2022.1.2 Build #IU-221.5787.30) and I can now see "usages"-links for all fields, methods and such in my code.

It does seem to work as it is supposed to, but I find that it takes up too much space.
How can I turn the "usages"-links off?

Picture of usage links on class and fields

Ola Ström
  • 4,136
  • 5
  • 22
  • 41
Zillah
  • 25
  • 3
  • Does this answer your question? https://stackoverflow.com/questions/71928162/rider-ide-how-to-hide-usage-links-above-properties-methods – akarnokd Jun 15 '22 at 11:04
  • Does this answer your question? [IntelliJ Rider IDE - how to hide "usage" links above properties/methods/etc](https://stackoverflow.com/questions/71928162/intellij-rider-ide-how-to-hide-usage-links-above-properties-methods-etc) – Ola Ström Mar 24 '23 at 09:30

1 Answers1

1

Uncheck the appropriate checkbox in settings: Preferences | Editor | Inlay Hints > Code Vision > Usages:

IntelliJ IDEA settings

Konstantin Annikov
  • 11,655
  • 4
  • 27
  • 40