Xtext VS Code exampleThis is a simple example showing the Xtext integration for VS Code based on the Microsoft Language Server Protocol. The base is following simple grammar
A typical example model would look like (Open a new folder in VSCode and create the files) a.mydsl
b.mydsl
The Xtext integration supports typical Xtext and Language Server features like
A introductory article can be found here |