borkdominik / bigUML

A UML web modeling tool based on GLSP, distributed via a VS Code extension.
MIT License
30 stars 5 forks source link

Introduce semantic selection #151

Open haydar-metin opened 9 months ago

haydar-metin commented 9 months ago

@simowaves has already introduced an approach for semantic selection for the sequence diagram in #149. Semantic selection means that the server can select further elements depending on the current context of the selected node/edge. For example, the user could select an edge and we could tell the client that it should also select the source and target node.

However, the VS Code extension makes some problems that require low-level client-side changes (it worked for Theia).