-
I used GLSP server along with vs-code extension available in the GLSP's git(https://github.com/eclipse-glsp/glsp). I was able to generate graphs in the VS Code. But I want to create textual state machine along with GLSP server(using xtext) and generate graph for the textual presentation of state machines. How we can include language functionality(XTEXT language server) into GLSP? How we create sync between textual state machine and diagrams? Please suggest me any document or classes that I have to extended in glsp's module Client: vs code original thread by sathya-1994 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
There currently is no generic base code that specifically supports Xtext-based models as a backend. However, I outlined the considerations and options for implementing such an architecture here:
https://www.eclipse.org/forums/index.php/t/1107447/