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

Hi I'm trying to make annotations that must require the user to have certain fields in a table as a requirement. For instance, I want a table that needs to...

enhancement

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Completion, Diagnostics/Syntax Checking, Hover ### Expected Behaviour When the...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour 如何...

Example: ``` L.FOO = "something", L.BAR = "something else" ``` This triggers two unexpected diagnostics: err-equal-as-assign and redundant-value which is a bit confusing. The reason is that it interprets this...

The World of Warcraft Lua API features an enum for frame positioning that is like: "LEFT" | "RIGHT" | "TOP" | ...etc The problem is: it's not case sensitive. Some...

I want a generics equivalent to `Partial` in TypeScript. When creating some extension in lua, the user should write only the parts that they want to change from the default...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? MacOS ### What is the issue affecting? Annotations, Type Checking ### Expected...

enhancement

### How are you using the lua-language-server? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour When I set `workspace.ignoreDir`...

I ran into a minor problem with how vararg is handled in function declarations in an field annotation when the function declaration itself later explicitly lists the arguments. ``` ---@class...

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour Lua...