autocomplete-java
autocomplete-java copied to clipboard
Java autocompletion for Atom editor
Current implementation is just a really quick hack. Pass classloader to AtomJavaUtil.determineClassName() as a parameter and implement more intelligence there. Classloader does not yet contain information about inheritance (check issue...
User writes 'get' or 'set' while editing a class and autocomplete provides getter/setter implementation snippets for fields of a class. Also include "get/set all fields" suggestions and suggestions for constructor...
Watch changes in class files instead of just triggering refresh for a single file on save. This way the package would work more nicely with linter-javac and other tools, since...
Symlinks probably need some work, but I haven't tested them yet, so I don't know for sure.