Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing -java-lib jar not autocompleting classes #986

Open
garrett-hopper opened this issue Feb 8, 2020 · 1 comment
Open

Importing -java-lib jar not autocompleting classes #986

garrett-hopper opened this issue Feb 8, 2020 · 1 comment

Comments

@garrett-hopper
Copy link

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?

@EricBishton
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants