CppCXY

Results 117 comments of CppCXY

退几个版本呢

这样治标不治本,可以试着让一部分不重要的语法树不在内存中,实际上5k文件里面常用的就几十几百,大部分解析的结果只需要作为api提示。所以可以进一步设定长期工作目录,其他的不重要的目录,不缓存语法树,甚至文件内容都不缓存。

I don't know how `virtual lines` is implemented, I just respond to requests according to standard lsp, maybe you can try formatting with [cli](https://github.com/CppCXY/EmmyLuaCodeStyle/releases) to see if it will cause...

emmylua语言服务是基于标准的语言服务协议实现的,语言服务客户端是什么倒是无所谓,至于eglot该怎么使用我不清楚,emmyluals的主要开发和使用平台是vscode,或许你可以自己研究一下相关启动参数然后pr到这里来。

依赖库lsp4j的问题, 他认为workspace这个变量不可为空,但实际上是可空的. 另外正在基于RUST重写emmylua语言服务, 所以emmylua ls最近没啥改动.

> Not sure if this is related, but here's some findings: [pkulchenko/MobDebug#74](https://github.com/pkulchenko/MobDebug/issues/74) Please use `emmy new debug`, I know it doesn't have English documentation, but you can open a new...

> It actually breaks all IDEA based IDE's Pycharm broke when I tried to use the plugin same with Rider, Webstorm and CLion check first if there are other lua...

> I guess, this issue duplicates #415 now. Maybe should focus on one of those... The author has been busy, so the problem is not solved yet. I also have...

code format has standlone cli tool