Crystal-Modeling / tasklist-theia-glsp

Primitive demo project aiming to use tasklist-lang (Langium LS) as a SourceModel server for GLSP Server
6 stars 1 forks source link

Propagate Diagram node select to LSP code editor #12

Open hpopov opened 1 year ago

hpopov commented 1 year ago

Subtask of #10

To mimic Sprotty Server behavior, add code elements navigation sync: Whenever you select the node on a diagram: The editor cursor automatically jumps to the corresponding code element

hpopov commented 1 year ago

Currently, this feature is postponed, because there is no corresponding event emitted from GLSP client for GLSP server to listen to and update model server.