intellij-haxe
intellij-haxe copied to clipboard
Importing -java-lib jar not autocompleting classes
I have a build.hxml
with a -java-lib
definition for a library I'm attempting to use.
I had to manually add this library to the Intellij project (Project Settings/Libraries
), however it will only complete packages/namespaces now. It will work to complete the package right up until I try to autocomplete the actual class. If I manually enter the classname (after the autocompleted package as part of the import), it says it's unused even when it is used in the file. The place where it's being used says it's an unresolved symbol.
Should this be working with external Java libraries?
Never has. It's an interesting idea, though.