lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
Links like `[mySymbol](lua://mySymbol)` in a comment will now be resolved to a URI pointing to the actual file where `mySymbol` can be found. I would also like to add highlighting...
Is there any way to pass library paths dynamically at runtime e.g. via environment variables like `LUA_PATH`? My use-case is that I want to create an isolated development environment with...
### 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 Not...
Hello, we heavily use annotations for our database https://tarantool.io/ and we add new functions and parameters with each minor release. Is there any legal way to specify version of the...
### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour Using lua-language-server shouldn't consume all...
In my project I'm adding new package.loaders which means I'm able to import things that are not real files. ```lua local bindings = require "bindings.core" -- This is not a...
### 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 ### Expected Behaviour...
### 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, Type Checking ### Expected...
In the vscode, these is the standard tokens defined: https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#standard-token-types-and-modifiers Doen't exist a "variable.global" token to TokenModifiers, and "variable.static" token was removed in https://github.com/LuaLS/lua-language-server/issues/1458 this modification makes the global variable...
### 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? Diagnostics/Syntax Checking, Formatting ### Expected...