Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.49 KB

readme.md

File metadata and controls

18 lines (15 loc) · 1.49 KB

Language Server Protocol Sample

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

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: image
  • You can go to the various tabs to play around with the various features supported.

Related topics