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 496 lua-language-server issues
Sort by recently updated
recently updated
newest added

The [Developing page](https://luals.github.io/wiki/developing/#attach-debugger) on the wiki has debugging instructions, but they are specific to VSCode. Lua-ls has a large number of users who use neovim and having debugger instructions for...

Given: ```lua ---@generic T ---@param f fun(a: T) ---@param t table ---@return T[] (table) local function tbl_filter(f, t) return t end ---@type string[] local s = {'a', 'b', 'c'} local...

enhancement
feat/generic

Hello I want to collaborate to this project by providing translation to the spanish language, i.e `es-es`. Wanted to open an issue to keep track of the advances and have...

### How are you using the lua-language-server? Other ### Which OS are you using? Other ### What is the issue affecting? Other ### Expected Behaviour when i try to compile...

### 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? 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? Type Checking ### Expected Behaviour...

I was trying to debug a lua-language-server command I found on a CI pipeline but I was not able to make sense of the command line without internet access and...

enhancement

### 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, Diagnostics/Syntax Checking ###...

It would be really nice, to have a popup, when hovering over a `@alias`. ``` ---@alias DeviceSide ---| '"left"' # The left side of the device ---| '"right"' # The...