Hi!

 

Is there a way to flatten and/or filter the Classes imenu for Java
files, to ease navigation among properties and methods?  In its default
incarnation, it seems to show imports, properties, and methods, for all
contained classes, organized into a hierarchical menu system.  I think a
typical use-case is that a user browses to a file, then wants quickly to
see and navigate to the methods it contains.  Occasionally, a person
might want to browse to a property.  And I suspect it's almost never
that a user wants to navigate to a particular import statement.  As it
stands, navigating to a method involves 4 menus/submenus.  I think it'd
be more convenient to see all the methods on just one menu.  More
convenient yet would be to do M-x imenu then TAB, and see a buffer
listing the methods in the file.  

 

Are there customizations in JDEE and/or Semantic that either flatten the
menu list and/or filter it just to show the methods?

 

Thoughts?

 

Thanks!

Best,

David Ventimiglia

------------------------------------------------------------------------------

_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to