intellij-haxe icon indicating copy to clipboard operation
intellij-haxe copied to clipboard

Importing -java-lib jar not autocompleting classes

Open garrett-hopper opened this issue 5 years ago • 1 comments

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?

garrett-hopper avatar Feb 08 '20 04:02 garrett-hopper

Never has. It's an interesting idea, though.

EricBishton avatar Sep 01 '20 05:09 EricBishton