Open
Description
When I autoimport the suggested claasname, prior to enabling the fold imports, it will add new import before folded ones.
Environment
- Operating System: Windows 11
- JDK version: 21
- Visual Studio Code version: 1.94.2
- Java extension version: 1.35.1
Steps:
- Open demo.zip
- Navigate to DemoApplication.java and try to add new import by typing claas name instead of ArrayList by autocompleting the classname.
- It will add new import before the folded ones