This repository contains the implementation of a Language Server Protocol (LSP) server for the XSharp programming language. The server provides features such as code completion, diagnostics, and navigation to enhance the development experience in compatible editors.
- Syntax Coloring
This project uses the Language Server Protocol to provide language features for XSharp in Visual Studio Code.
The server uses the Visual Studio Lexer/Parser coming from VSParser.dll to provide accurate keyword highlighting.