-
Notifications
You must be signed in to change notification settings - Fork 55
Roadmap
libnoon edited this page Mar 15, 2017
·
12 revisions
-
Support generics
-
Support annotations
-
Setup project (classpaths, etc.) from Gradle
implement a Gradle backend for the jdee (better emacs core) project API
-
Setup project from Maven
implement a Maven backend for the project API
-
Show javadocs inside Emacs
-
Run JUnit tests
-
Run TestNG tests
-
Run Spock tests
-
Detect JDK available in system (auto setup jde-jdk-registry)
-
Project configurer to easily setup/import Java project
- select correct backend (Maven, Gradle, etc.)
- generate JDEE configuration file
-
[DONE]
Consider automatic releases (to ELPA if possible) -
Do code completion using autocomplete and/or company instead of own mechanism
-
Show method args using eldoc-mode
-
Move from beanshell to clojure (maybe via nrepl or otherwise add dependency to Cider)
-
Support for Java 9 (no rt.jar, must use filesystem interface documented in JEP 220)