Reputation: 2171
IntelliJ 2022.1 is showing blank line numbers above @s and methods.
Example:
Upvotes: 15
Views: 1657
Reputation: 402503
It's a known bug.
Since the issue is usually caused by the long refresh from the VCS, it should help if you disable this option:
Settings (Preferences on macOS) | Editor | Inlay Hints | Code Vision | Code authors.
Other possible workarounds:
editor.codeVision.new=false
at Help | Edit Custom Properties and restart the IDE.The fix will be available in the next IDE update.
Upvotes: 19
Reputation: 204
Go to Settings then Editor then Inlay Hints and disable Inheritors, Usages, and Code author
Upvotes: 10