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

respect class visibility #17

Open
brandon1024 opened this issue Apr 10, 2022 · 1 comment
Open

respect class visibility #17

brandon1024 opened this issue Apr 10, 2022 · 1 comment

Comments

@brandon1024
Copy link
Owner

brandon1024 commented Apr 10, 2022

When importing a class/enum/method, the plugin may recommend imports that are not visible to the current class. For instance, importing a package private class from another package.

I'm not sure how we'll accomplish this. Package-private classes would be easy enough, but private and protected would be very difficult IMO. Hmm. I'll have to think about this bit more.

@brandon1024
Copy link
Owner Author

There's not enough information in a tag file to do this without parsing the source file ourselves. That's not ideal. I'll put this on the backburner for now.

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

No branches or pull requests

1 participant