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

Change placement of import statements #35

Open
dylanm312 opened this issue Jan 28, 2016 · 3 comments
Open

Change placement of import statements #35

dylanm312 opened this issue Jan 28, 2016 · 3 comments
Labels

Comments

@dylanm312
Copy link

I want my imports to be declared outside of the class, but autocomplete-java only wants to put them inside the class. Is is possible to change this behavior so that the imports will be added outside the class?

@keskiju
Copy link
Owner

keskiju commented Jan 28, 2016

This is a known issue. All java source files usually contain a package declaration but you probably don't have one in your file. Add a package declaration or at least couple of empty lines at the beginning of java source file and it should work fine. See the preview animation.

@dylanm312
Copy link
Author

Any update on fixing this?

@keskiju
Copy link
Owner

keskiju commented Jul 31, 2016

Soon... after summer holiday.

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