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

Similar to how you can capture class names in generics and annotate a function to then return that class it would be cool if you could do the same for...

### How are you using the lua-language-server? Kakoune ### Which OS are you using? MacOS ### What is the issue affecting? Other ### Expected Behaviour When a module is written...

### How are you using the lua-language-server? Other ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour $ make.sh should detect mingw64...

默认不写key的table似乎无法识别

### 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 I...

Some functions, such as `error`, never return control to the caller. This can be used to prove that a value is not nil, for example: ```lua function my_function(input) local value...

enhancement

### 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? Libraries ### Expected Behaviour vector...

### How are you using the lua-language-server? Command Line ### Which OS are you using? Linux ### What is the issue affecting? Type Checking ### Expected Behaviour With the following...

### 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? Libraries ### Expected Behaviour Following...

This adds support for **per library** setting in `ignoreDir` as requested in https://github.com/LuaLS/lua-language-server/discussions/3213. ## Use case Ignore a same named folder in the library path, but not in current workspace....