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 546 lua-language-server issues
Sort by recently updated
recently updated
newest added

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Completion ### Expected Behaviour For parameters that can either...

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Type Checking ### Expected Behaviour When a class which...

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour lua-language-server should recognize callable...

Hello, I apologize for bringing yet another generics issue as I know it takes time for it to be made solid... Thanks for looking into my problem. I use the...

At present these are rendered as blocks of code. This isn't ideal - most of the other documentation/hovers are rendered as formatted markdown. Now these are too, and I think...

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

Is there any way to achieve proper inference of variadic arguments using aliases? `a` should be `fun(a: table, b: string, c: integer): boolean` but instead it's `fun(...: table): boolean` I've...

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

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Annotations ### Expected Behaviour Enum fields are defined and...

enhancement