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? Other ### Expected Behaviour 原目录...
The language server currently doesn't automatically infer types when overriding functions. Example of the desired behavior: ```lua ---@class FooClass = { ---@return FooClass new = function() -- create an instance...
### 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...
### 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 ```lua...
### 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? Completion ### Expected Behaviour When...
### 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? Other ### Expected Behaviour This...
Hi! I'm using `.luarc.json` file to define `workspace.library` and I need to enable code completion for treesitter in Neovim. How can I do that? I'm trying something like that: ```json...
### 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 @nodiscard...
### 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...
VSCode with sumneko.lua 3.7.4 Reproducer: ``` -- foo function foo() -- foo if a then return a end end ``` This code shows two collapsing/folding indicators to the left, one...