lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

A language server that offers Lua language support - programmed in Lua

Results 496 lua-language-server issues
Sort by recently updated
recently updated
newest added

Whenever i open a specific workspace, that i have currently saved, it lags my pc for a solid few minutes, making it completely usable during that time. Disableling the lua...

This language server has excellent performance and rich features, and it’s compatible with most of luals’ features. If you’re interested, feel free to give it a try. language server: https://github.com/CppCXY/emmylua-analyzer-rust...

rust

既然 #3169 增加了`"#RRGGBB"`格式颜色的支持,那一些项目中有不带井号的6位颜色字符串也一起支持一下吧 顺便把这部分功能做成更容易拓展的了

My project has some strict styling, and what we have is a system where: - `MyClass` is the sole returned class in `myclass.lua`, annotated and everything - Usage is `local...

把以前沒翻譯的一次翻譯完

Show case: ```lua local a = {x = 111} local mt = {__index = a, __metatable = a, k = 111} local b = setmetatable({y = 2}, mt) -- 1....

There are some Lua files that are used for configuration, such as `.busted` or `*.rockspec` files. It would be nice if: - Any globals defined in them are ignored by...

### How are you using the lua-language-server? Other ### Which OS are you using? Windows ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour Lua files from my...

### Issue Description ![Image](https://github.com/user-attachments/assets/b529a786-ee99-4b98-9bd2-99fee32c7f37) ### Additional Notes 使用泛型返回alias类型似乎没有办法正确的返回类型, 我希望在new中传入类名创建对象,并且强制调用init才能返回对象,不过没有找到正确的注释办法

enhancement

### How are you using the lua-language-server? Command Line ### Which OS are you using? Linux ### What is the issue affecting? Annotations, Other ### Expected Behaviour When generating markdown...