lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
### 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...
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...
大工程使用了极多的内存
### 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 工作区诊断完成后...
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...
### 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...
### 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 ...
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...
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...
### 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....