How to remove inspection of Related Problems in Intellij?

已回答

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.

1

Hello, 

You may disable the "Related problems" feature in the following Preferences:

2
Avatar
Permanently deleted user

That's great. Thank you very much.

0

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.

0

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 

0

请先登录再写评论。