Replies: 3 comments 14 replies
-
Currently, the best public example is the CrossModel project. The CrossModel project actually does use a VS Code extension. Its VS Code extension includes the registration of the textual DSL and adds the language server and the GLSP server on the backend: https://github.com/CrossBreezeNL/crossmodel/tree/main/extensions/crossmodel-lang The GLSP frontend in CrossModel is included via a Theia Frontend Extension, which is the preferred choice if you target Eclipse Theia: https://github.com/CrossBreezeNL/crossmodel/tree/main/packages/glsp-client If you only target VS Code, you'd have to also use the GLSP VS Code integration for the GLSP frontend, as done in https://github.com/eclipse-glsp/glsp-vscode-integration/tree/master/example/workflow |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i debug and found CrossModelState has register,why this error occured |
Beta Was this translation helpful? Give feedback.
-
there is a requirement that need to transform industrial Programming Language LD(Ladder Diagram) to other specific lauguage like C++ or PLC ST (Structured Text)language,when user drag a component or delete a component ,corresponding text is changed to,so i am considering use glsp+langium+vscode extension+vscode webview,now i have start glsp server with vscode extension(using workflow glsp example as template).i know crossmodel project intergate langium with glsp,but not intergate with vscode extension,so how should i intergate langium with both glsp and vscode,can i regard langium server as a part of glsp server?
Beta Was this translation helpful? Give feedback.
All reactions