microsoft / vscode-java-dependency

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

Allow to copy files with project view #792

Open raulvaldoleiros opened 12 months ago

raulvaldoleiros commented 12 months ago

Right now isn't possible to copy files in projects view, like java classes, text files,etc.

That feature will have an huge impact on the usability of projects view.

jdneo commented 12 months ago

I need to check if the copy-paste event is available from the VS Code extension API wise.

BTW, the drag and drop are supported for the Java Projects view.

raulvaldoleiros commented 12 months ago

I tested the drag and drop and it worked perfectly, thanks for sharing

raulvaldoleiros commented 6 months ago

@jdneo any update on this?