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

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

Hey! Descriptions, comment lines don't appear in order as written under any specified `@param` and `@return` description, they are displayed in bulk at the bottom. Also, the main function6object descriptions...

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

feat/LuaCats Annotations
feat/type check

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

Currently with code like the following: ``` ---@enum TestEnum TestEnum = { ONE = "ONE", TWO = "TWO", THREE = "THREE", } ---@param test_enum TestEnum local function test(test_enum) print(test_enum) end...

### 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 我目前发现影响较小的插件是...

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

bug
feat/type check

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

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

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Annotations, Type Checking, Diagnostics/Syntax Checking ### Expected Behaviour With...

enhancement