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.
- Host: GitHub
- URL: https://github.com/cppcxy/languageserver.framework
- Owner: CppCXY
- License: mit
- Created: 2024-07-11T06:07:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T07:53:39.000Z (over 1 year ago)
- Last Synced: 2025-03-01T07:43:11.418Z (over 1 year ago)
- Topics: aot, lsp
- Language: C#
- Homepage:
- Size: 240 KB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)