An open API service indexing awesome lists of open source software.

https://github.com/cppcxy/languageserver.framework

Supports the latest Language Server Protocol and AOT (Ahead-of-Time) compilation.
https://github.com/cppcxy/languageserver.framework

aot lsp

Last synced: over 1 year ago
JSON representation

Supports the latest Language Server Protocol and AOT (Ahead-of-Time) compilation.

Awesome Lists containing this project

README

          

# EmmyLua Language Server Framework

LSP specification: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/

## Features

- Full LSP 3.18 support
- Use Text.Json source genration, no dependency on Newtonsoft.Json
- Ahead-of-time (AOT) compilation support

## Installation

> dotnet add package EmmyLua.LanguageServer.Framework

## Example

see: `LanguageServer.Test` Project

## Custom Request

> TODO

## Who Use this Library

[EmmyLuaAnalyzer](https://github.com/CppCXY/EmmyLuaAnalyzer)

## License

[MIT](LICENSE)