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

Fixes [ISSUE 2977](https://github.com/LuaLS/lua-language-server/issues/2977) The LuaLS autodoc is exporting the LuaCATS meta definition files for the builtin Lua language features. I added a new function getExportableGlobals() since we do want to...

Adds diagnostic to prevent operations which result in an unknown value. Differences with no-unknown diagnostic is that no-unknown is when the type of a binding cannot be inferred whereas this...

Adds missing documentation for general (non local function) exports, needs `./tools/locale.lua` and `./tools/build-doc.lua` run.

Currently you can check this for global functions and exported locals but not normal locals. This adds this (disabled by default).

Hello, I am not sure if this is something that is already possible to annotate, but I am not able to figure out how to get this to work. By...

Hello everyone. I've defined a field as `table`, but the analyzer doesn't complain when I assign a table with a completely different structure to it. ```lua ---@class BaseState local BaseState...

see: https://github.com/CppCXY/lua-rs The current implementation performs significantly worse than the C-based Lua in terms of performance. At present, it is more of an academic toy and does not have practical...

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

### How are you using the lua-language-server? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Type Checking ### Expected Behaviour ```lua ---@return integer ---@return...

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