Home > database >  Removal of usage-links in IntelliJ
Removal of usage-links in IntelliJ

Time:06-15

While changing PCs I downloaded the latest version of IntelliJ (2022.1.2 Build #IU-221.5787.30) and I can now see usage 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 and would like to turn it off. I am yet to find any settings to remove it. Any tips.

Picture of usage links on class and fields

CodePudding user response:

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

IntelliJ IDEA settings

  • Related