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...
I'm aware that 4.0.0 is being worked on, couldn't find this exact limit there. Haven't seen public statements or ETAs regarding 4.0.0 either. Don't know whether this change will be...
Skip parameter name inlay hints when the argument name matches the parameter to avoid redundant labels. ## DEMO Before omitting: After omitting:
Maybe I'm missing it, but it'd be great to always have the export command use a folder I chose instead of the default log path.
Fixes a typo in the no-unknown diagnostic message.