autocomplete-java
autocomplete-java copied to clipboard
Java autocompletion for Atom editor
With `openjdk-11` it was failing as in #47 . So I changed to `openjdk-8` and it solved the error. But it stills not working. I also tried to regenerate the...
Hey uh, idk what this means. Help pls.
1. ClassList could be read from classList present inside jdk/lib directory instead of getting the classList from rt.jar. 2. There is no need to replace '/' with '.' as javap...
I'm having a problem with the imports feature. Every time this addon tries to add a import of a interface or class that was not imported it's always added below...
I am using Arch Linux with java 9.0.1, autocomplete-java always says no rt.jar found, I see my PATH is correct and I find no rt.jar under `/usr/lib/jvm/default/`, how to fix...
When I'm editing Java file, I have to click "Full Refresh" on menu "Packages/Autocomplete Java" to force this plugin to work with all of the features enabled, such as "Complete...
Its me again, sorry to bother you again. I have set JAVA_HOME very well with your help. But mow, it do not say rt.jar not find. It just not work,...
- [ ] Grouping imports by sun/google conventions (currently organized alphabetically) - [ ] Import all missing classes and remove unused imports while organizing imports - [ ] Import copied...
The `TextEditor` constructor is no longer public. To construct a text editor, use `atom.workspace.buildTextEditor()`. To check if an object is a text editor, use `atom.workspace.isTextEditor(object)`. ``` Object.TextEditor (C:\Users\there\AppData\Local\atom\app-1.10.2\resources\app.asar\exports\atom.js:47:14) AtomAutocompletePackage._isJavaFile (C:\Users\there\.atom\packages\autocomplete-java\lib\atomAutocompletePackage.js:194:37)...