This sample creates a mock language server using the common language server protocol and a mock language client extension in Visual Studio. For more information on how to create language server extensions in Visual Studio, please see here.
Requirements
- Visual Studio 2022.
- Install with the 'Visual Studio extension development' workload

Run the sample
- To build and execute the sample, press F5 after the sample is loaded.
- In the experimental instance of Visual Studio, open a *.foo file in Test Files
- You will start the language server and see a UI displayed like this:

- You can go to the various tabs to play around with the various features supported.
Related topics