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 partly typed identifiers, adding and organizing import statements, and updating tags table files from within Emacs.
The new 0.98.0 release adds support for Java 8 constructs as streams, method references, and default methods. It also adds support for static imports, and makes use of some new hook variables that can be used to customize the behavior of jtags-mode.... read more
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 statements.... read more
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 missing import statements, and managing tags table files.
The new 0.96 release turns jtags into an autoloadble minor mode, adds better support for Java 5, improved member completion, and support for pop-tag-mark.... read more
The jtags package provides an improved tags lookup function for Java code compared to Emacs' ordinary etags package. This includes showing the declaration or the Javadoc for an identifier, completing identifiers, adding missing import statements, and managing tags table files.
The new 0.95 release adds support for Java generics, improved support for packages, improved member completion, tags table file management, and more.... read more