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? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Formatting ### Expected Behaviour The...

Hi, out of all lsps I've tried they all provide the alpha of range 0-1 but this lsp does 0-255 https://github.com/LuaLS/lua-language-server/blob/32fec3cc99af8b9a1e45c2455a8c3bd0d3e38f66/script/core/color.lua#L27

### How are you using the lua-language-server? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Other ### Expected Behaviour I think it would make...

In languages like Java, you have the keyword `final` to indicate that a function should NOT be overridden. There doesn't seem to be any annotation like that yet. It should...

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