java - Choose sorting order of methods in Eclipse's auto-completion proposals? -


when type . after writing object instance's name, eclipse shows list of methods available instance, including methods of superclasses object extends.

if working object implementing interface, have search "interesting" methods among "boring" object-level methods such notify() or getclass().

can have eclipse sort methods ones declared in subclasses come first?

to change sorting:

go preferences > java > editor > content assist > sorting , filtering.

to filter entries:

go preferences > java > appearance > type filters.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -