autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

Imports being added below class definition

Open vhborges opened this issue 7 years ago • 2 comments

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:

image

After I type "JFrame" inside the class scope and press Enter (to make autocomplete add the new import), this happens:

image

vhborges avatar Dec 08 '17 15:12 vhborges

See issue #35

keskiju avatar Dec 08 '17 19:12 keskiju

Sorry, I searched for this bug but didn't find anything.

vhborges avatar Dec 08 '17 19:12 vhborges