Difference between revisions of "Java"
Jump to navigation
Jump to search
(Created page with "'''Java''' support comes shipped with Emacs in the form of java-mode. ==List of notable Java modes== * [https://github.com/espenhw/malabar-mode malabar-mode] is a Java mo...") |
m (added category) |
||
Line 4: | Line 4: | ||
* [https://github.com/espenhw/malabar-mode malabar-mode] is a Java mode which was originally by Espen Wiborg. It has Maven integration, JUnit integration, support for Java generics, simple refactoring support and more. | * [https://github.com/espenhw/malabar-mode malabar-mode] is a Java mode which was originally by Espen Wiborg. It has Maven integration, JUnit integration, support for Java generics, simple refactoring support and more. | ||
* [http://jdee.sourceforge.net/ JDEE], Java Development Environment for Emacs, has intelligent Java code completion among other things. | * [http://jdee.sourceforge.net/ JDEE], Java Development Environment for Emacs, has intelligent Java code completion among other things. | ||
+ | |||
+ | [[Category:Programming]] |
Revision as of 09:53, 25 March 2012
Java support comes shipped with Emacs in the form of java-mode.
List of notable Java modes
- malabar-mode is a Java mode which was originally by Espen Wiborg. It has Maven integration, JUnit integration, support for Java generics, simple refactoring support and more.
- JDEE, Java Development Environment for Emacs, has intelligent Java code completion among other things.