qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.1k stars 160 forks source link

Drag and Drop #568

Open cmeier opened 11 months ago

cmeier commented 11 months ago

It would be wonderful if the Diagram View would not only be a View. If we could support changing connections or Drag and Drop for example Modules into Containers that would just be wow. These Drag and Drop or Mouse Click features would change the PlantUML code and then rerender. I somehow feel it would not be that difficult to hook some mouse events into the viewer, would it? Haven't looked at the code though. I'm looking for a quick solution to visually drag modules into containers for a refactoring tool actually, so i thought extending this plugin would be an idea.