vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Manage Java projects in Visual Studio Code.

Results 133 vscode-java-dependency issues
Sort by recently updated
recently updated
newest added

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...

enhancement
upstream

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`...

bug

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] ||...

enhancement
Discussing

### Expect The Multi-Module Maven Project to be displayed as hierarchical. ![001](https://github.com/microsoft/vscode-java-dependency/assets/1825591/9bf07088-18dc-4a80-a4cb-80fdcd5d3563) ### What I've tried. * Settings > Java Project Manager > Java > Dependency: Package Prestation > hierarchical...

enhancement

![image](https://user-images.githubusercontent.com/6193897/236608269-f6dc2c50-86c7-4da3-ace2-20acf904a073.png)

bug

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.

Discussing

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...

bug

This function is too buggy, and the performance is not ideal.

eng

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: ![image](https://user-images.githubusercontent.com/45906942/230837135-3754c8e1-99ee-4c7e-99f3-411dc94e8851.png) before: ![image](https://user-images.githubusercontent.com/45906942/230837179-7c882ca0-54bd-4929-82a0-5f5c2c2fe25d.png) _Originally...

enhancement