lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
I use neovim `v0.10.4` on alpine linux arm64. The mason package manager fails to download `lua-language-server` as it does not find the package built for linux-arm64 musl under github releaases....
This Lua LSP could benefit from a new @constructor tag, which would be used when defining classes, especially with libraries. Currently, we have to do something like this: ```lua ---@class...
[my extension](https://github.com/justarandomgeek/vscode-factoriomod-debug) generates a LuaLS userThirdParty bundle dynamically from Factorio's doc files (from the local game install, generally). I'm working on trying to switch to using a virtual FS provider...
Currently if you have defined a number like this for example: ```lua WS_BORDER = 0x00800000 ``` Hovering over `WS_BORDER` displays: ```lua (global) WS_BORDER : integer = 8388608 ``` Would it...
### 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? Command Line ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour The language server should...