CppCXY

Results 408 comments of CppCXY

我编译完了, 但是无法在github action提供的虚拟机上运行和测试, 如果编译结果没问题, 那应该是可以用的

![image](https://github.com/LuaLS/lua-language-server/assets/40318218/b79d2374-da98-4c92-bc23-8daf02ca8e1c) 现成的功能没有, 但是你可以试试万能的copilot

By design there should be `--@module "xxx.fff"`, It may not be in effect for luals

有问题进群交流, 在这里发issue我很可能看不到. skynet得官方调试器是lua-debug最好用那个. 多文件同名问题是因为emmylua在根据chunkname判断命中之后会把当前chunkname下发给vscode, vscode插件端用他的find接口查找文件, 找到哪个就是哪个. 解决办法: 想办法让chunkname足够长, 长到不同文件出现区分. > 我也遇到了类似的问题,不过暂时没发现触发规则。我看项目里面也没有相同的Control.lua,也没在Control.lua打断点。 BUG就进群反馈

the [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle) support this feature,it supports the use of language server, lua lib, and command-line tools in three ways

Although I haven't used nvim myself, I believe the reason is that the code diagnostics are not triggered again. As far as I know, "virtual lines" rely on the current...

> Thanks for looking into this, that makes sense. I also noticed that the Lua LSP updates the file ranging from AST start to end, rather than creating a range...

> Do you think there is an easy way to do this from the LSP side? For example check the line differences between the reformatted text and the original and...