Does VS Code have an auto-import function or hot key for Java?
I installed Java Extension Pack but I found that I need to import every library manually.
For organize imports inside a java file
press SHIFT+ ALT + O
The vscode has also the option of enable auto organize imports on save action