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

### 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? Formatting ### Expected Behaviour Formatting...

feat/formatter

As far as I'm aware it's currently not possible to specify a class/enum/alias as only visible to current file. This feature is already implemented for functions and fields; it would...

I apologize if this request has been reported before, I couldn't find any. It would be great to be able to explicitly differentiate between union types and intersection types e.g....

### 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 Diagnostics are displayed after...

bug

The current class system is alright, but imagine this: I have a `Stream` class which is extended by `ReadStream`, `WriteStream`, `SeekableStream`, etc. ```lua ---@class Stream ---@field close fun() Deallocates or...

### 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? Libraries ### Expected Behaviour `gcinfo`...

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour For this error not to...

### 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? Formatting ### Expected Behaviour ![Image](https://github.com/user-attachments/assets/5de54ceb-39ac-4a8b-a335-a0c1699d1cea)...

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

### Issue Description I understand that it means just “test”, right? It is rather confusing, when running the test suite and not understanding what’s going on. (of course, remaining strings...

documentation