autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

Java autocompletion for Atom editor

Results 25 autocomplete-java issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

Replace trie.js in Dictionary.js with a fuzzy search capable library.

enhancement

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...

enhancement

Symlinks probably need some work, but I haven't tested them yet, so I don't know for sure.

enhancement