You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: