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? Windows ### What is the issue affecting? Type Checking ### Reproduction steps...
### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour The test suite should pass...
Lua is able to run scripts in sandbox, but there is currently no way to tell that to LuaLS (that i know). So my suggestion would be making a annotation...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) v3.11.0 ### Which OS are you using? Linux ### What is the issue affecting? Type Checking ### Reproduction...
### How are you using the lua-language-server? Nvim ### Which OS are you using? MacOS ### What is the issue affecting? Hover ### Expected Behaviour code should be able to...
### How are you using the lua-language-server? IntelliJ Plugin ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour I get type...
### 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? Hover ### Expected Behaviour ```lua...
### 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? Completion ### Expected Behaviour VSCode...
### 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? Completion, Hover ### Expected Behaviour...
Currently the lsp assigns variable.other.lua to both local and global variables preventing us from letting them have unique highlight colours. Could someone point me or anyone else interested in contributing...