Can Drop-Down of Subclasses be filtered?

Say you're looking at a class. IntelliJ puts a little blue icon in the left-hand side and it says "Has subclasses". When you click this then, it gives you all descedants.

Is it possible to get this list filtered to just the immediate sub-classes on the current class? Or at minimum, have it separated into two sections, with 'immediate descendants' listed first, and then 'all other descendants' after that?

0
Avatar
Permanently deleted user

Mike Fourier wrote:

Say you're looking at a class. IntelliJ puts a little blue icon in the left-hand side and it says "Has subclasses". When you click this then, it gives you all descedants.

Is it possible to get this list filtered to just the immediate sub-classes on the current class? Or at minimum, have it separated into two sections, with 'immediate descendants' listed first, and then 'all other descendants' after that?

Have you tried Hierarchy view (Ctrl+H on Windows/Linux)?

0
Avatar
Permanently deleted user

awesome!

thanks very much.

0

请先登录再写评论。