How to remove inspection of Related Problems in Intellij?
Answered
In IntelliJ IDEA 2020.2 EAP 5, if there is a problem w.r.t to the code that are related to the signature change of a class or a method that has external usages
'Related problem' inlay hint appears and it cascades to all the files that this problem appears.
Is there any way to remvove this inspection as I am comfortable with the old way ?
Find the attachment.
Please sign in to leave a comment.
Hello,
You may disable the "Related problems" feature in the following Preferences:
That's great. Thank you very much.
I hope this doesn't just hide them but also speeds up code analysis? I thought maybe this new feature could be the reason why code analysis has become so slow.
Hello Tavin,
In case you experience the problem with slow analysis, please create an issue at the YouTrack: https://youtrack.jetbrains.com/issues/IDEA
and attach the logs folder to it. It will help to investigate the issue. Thank you