lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
### 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...
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...
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 ...
### 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...