vscode-java-dependency
vscode-java-dependency copied to clipboard
Manage Java projects in Visual Studio Code.
I have a project with an "unmanaged folder", and it gets an autogenerated name when first opened. Something like: "myproject_380e1993". Is there a way to configure this name explicitly? When...
A resource file cannot be drag and dropped to any folder in the Java Projects view, some works, some others not. ## Step to reproduce I create a file `.env`...
i.e. Automatically command palette/modal triggers and ask you for the entity name which will be applied in the following generated files inside they respective folders: Controllers/[EntityNameController.java] || BusinessLogic/Services/ServiceImpl [EntityNameServiceImpl.java] ||...
### Expect The Multi-Module Maven Project to be displayed as hierarchical.  ### What I've tried. * Settings > Java Project Manager > Java > Dependency: Package Prestation > hierarchical...

See: https://code.visualstudio.com/updates/v1_78#_document-drop-metadata Potential usage: D&D a type/package to the editor to create an import declaration.
When I open a multi-root workspace with two roots like "java-debug" and "vscode-java-debug", the root "java-debug" with java projects is displayed well, but the non-java root "vscode-java-debug" only shows a...
This function is too buggy, and the performance is not ideal.
LGTM overall. One small thing: can we adjust the order of source sets? Showing main/test source sets before the generated source sets would be better. after:  before:  _Originally...