The Emacs package jtags-mode is a minor mode that provides an improved tags lookup function compared to the ordinary etags package. This includes showing the declaration or the Javadoc for an identifier, completing identifiers, adding and organizing import statements, and managing tags table files.
The new 0.2.0 release of the package jtags-extras adds functionality for organizing import...