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? Diagnostics/Syntax Checking ### Problem Related...

This should not be valid ```lua ---@param ... ImGuiWindowFlags Flags to xor ---@return ImGuiWindowFlags function bit32.bor(...) end local parsesAsValid= bit32.bor(ImGuiStyleVar.FramePadding) ``` I get the feeling the enum gets parsed as...

enhancement

I have embedded LUA in my C++ program, how can I bind the vscode client to my program? Making my program the debug server? I have custom C functions that...

question

### 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 工作区诊断完成后...

enhancement

Hello everyone! First of all, thank you for the amazing work on this server. It's really great and extremelly fast to use! I've a question about how can I use...

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

bug
upstream

### 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 ![image](https://user-images.githubusercontent.com/57856647/188263860-d1f92b2b-6639-404a-b6ba-6ecf8ed27174.png)...

enhancement

There exist some callbacks in the [LÖVE](https://love2d.org) framework, like [`love.conf`](https://love2d.org/wiki/Config_Files), [`love.draw`](https://love2d.org/wiki/love.draw) and [some others](https://love2d.org/wiki/love#Callbacks), and there is currently no way in EmmyLua to note that they are callbacks rather than...

enhancement
LLS Annotations
priority.normal

Trying to compile the lua-language-server plugin on Linux fails with the error: ``` /usr/bin/ld: cannot find -lstdc++ ``` The cause seems to be the assumption that you can link with...

compile

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Formatting ### Expected Behaviour Virtual lines should be preserved....

formatter