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

Autocomplete-java does not working #55

Open
yq930825 opened this issue Jun 20, 2017 · 2 comments
Open

Autocomplete-java does not working #55

yq930825 opened this issue Jun 20, 2017 · 2 comments
Labels

Comments

@yq930825
Copy link

yq930825 commented Jun 20, 2017

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 package and class names", "Import classes automatically" and etc..

Looking forward to fix this bug soon~

Thks.

@keskiju
Copy link
Owner

keskiju commented Jun 28, 2017

Autocomplete-java starts only after you have opened a java file the first time. However, class scan is still unoptimized. It might take some time to scan all classes and libraries in your classpath and java environment. Perhaps all classes were just not scanned yet. You can see status of class scan process in the console: View -> Developer -> Toggle Developer Tools

@yq930825
Copy link
Author

Okay. It seems that the low efficiency on scanning classes and libraries will be last for a long time.
Thanks for your reply.

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

No branches or pull requests

2 participants