The title says it all.
I run a daily inspection in Teamcity for one of our projects, it yields 65 699 items (yes that's a lot, i know).
The inspection results look like this :
project name (65 699 items)
<...>
Declaration Redundancy (27 552 items)
<...>
Declaration access can be weaker (7654 items)
<...>
When i click on "Declaration access can be weaker (7654 items)", the IDE freezes for 4 or 5 minutes.
Can you make it faster, lazy load the children nodes, or at least make it expand the nodes in a background task with some graphical node representation indicating that it's expanding (i like the way DbVisualizer do it when loading all tables in a schema for example)