CppCXY
CppCXY
- [ ] Use this [project](https://github.com/CppCXY/EmmyLua-LanguageServer2) instead of my LuaParser - [ ] refactor file structure - [ ] refactor format way It is expected to start next year
需要使用emmy_debugger 的pr 1.调试支持Windows terminal 打开进程 2.调试也支持在idea debugger console上显示打印 3.仅限windows10以上(包含windows11)
IntelliJ-SumnekoLua see https://plugins.jetbrains.com/plugin/22315-sumnekolua/versions/stable/365277 LSP4IJ see: https://github.com/redhat-developer/lsp4ij
可能四月份新的语言服务器会上线, 到时候java版本的语言服务会和C#写的语言服务共存, 可选其一开启. 版本号将升级到0.6, 在经过1到2个月的BUG修复期版本会升级到0.7, 此时会移除java版本的语言服务. 再经过一段时间的稳定, vscode-emmylua版本号将升级到1.0 新语言服务的地址: https://github.com/CppCXY/EmmyLuaAnalyzer
 it seems that requestHandle expects to be removed from _requests when onComplete is called. However, its onComplete has never been called, so all requests will be cached and cannot...
The current LuaJIT porting is complete. `jit.on` is not enabled because `jit.off` performs better. Feel free to try it if you're interested. see: https://github.com/LuaLS/lua-language-server-rust
This version switches the host part of luals entirely to a Rust implementation. The related build tool directly uses Cargo. It is not fully completed yet; it can run on...
Since this repository has not been maintained for a long time, I have redeveloped a language server framework that supports AOT and the latest LSP standard. Everyone is welcome to...
Upload plugin detected compatibility issues with 2024.2 and 2024.1, so it cannot be released temporarily. 