LanguageServer.Framework
LanguageServer.Framework copied to clipboard
Supports the latest Language Server Protocol and AOT (Ahead-of-Time) compilation.
麻烦你看一下这些补充的协议应该放入哪些文件夹中。在你确认后我将进行第二次提交并修改命名空间。 close #11
你有飞书社区吗?这个库看起来遗漏了一些边角,我们也许需要一个更便捷的联系方式。 @CppCXY MarkedString和Hover同样遗漏。但我认为这是合理的[LanguageServer.Framework](https://github.com/CppCXY/LanguageServer.Framework)只是一个LSP Server框架,LSP Server编写者同样应该使用MarkupContent而不是MarkedString PR将在测试后提交
I have observed that the asynchronous method names in the API do not follow the conventional pattern of including the 'Async' suffix. This could potentially lead to less intuitive method...
当调用 `PublishDiagnostics` 时,如果在创建 `PublishDiagnosticsParams` 没有给 `Uri` 赋值会报空指针异常
This is a wonderful project, although I hadn't got too familiar with it yet, but I see a lot of potential for support too. Yet, in my opinion, jumping to...
Although I have fully switched to using Rust to develop my language server and related facilities, I will still continue to maintain this library when necessary. rust-lsp-types: https://github.com/EmmyLuaLs/emmy_lsp_types rust-dap-types: https://github.com/EmmyLuaLs/emmy_dap_types
I am not sure why, but I receive trim warning when trying to build AOT with the framework. It seems that they are generated due to using json serializers, and...