autocomplete-java
autocomplete-java copied to clipboard
Imports being added below class definition
I'm having a problem with the imports feature. Every time this addon tries to add a import of a interface or class that was not imported it's always added below the class definition, breaking my code, and this also happens to all the imports that was already in the code.
Here's a example of a few imports added manually and the class definition below them:
After I type "JFrame" inside the class scope and press Enter (to make autocomplete add the new import), this happens:
See issue #35
Sorry, I searched for this bug but didn't find anything.