microsoft / vscode-java-dependency

Manage Java projects in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency
MIT License
155 stars 76 forks source link

[Bug] - New imports are added before folded ones #860

Closed mamilic closed 1 hour ago

mamilic commented 1 hour ago

When I autoimport the suggested claasname, prior to enabling the fold imports, it will add new import before folded ones.

Image

Steps:

  1. Open demo.zip
  2. Navigate to DemoApplication.java and try to add new import by typing claas name instead of ArrayList by autocompleting the classname.
  3. It will add new import before the folded ones
mamilic commented 1 hour ago

Do apologies, Wrong repo.