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? Formatting ### Expected Behaviour I...
### 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? Annotations ### Expected Behaviour "Save...
### 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? Diagnostics/Syntax Checking ### Expected Behaviour...

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Windows ### What is the issue affecting? Libraries, Formatting, Plugins ### Expected Behaviour There should be...
### 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? Diagnostics/Syntax Checking ### Expected Behaviour...
The current LuaJIT porting is complete. `jit.on` is not enabled because `jit.off` performs better. Feel free to try it if you're interested. see: https://github.com/LuaLS/lua-language-server-rust
When a client sends a `workspace/didChangeConfiguration` notification to the server, the server discards the message parameters entirely. The LSP specification defines the type of the `params` property for this notification...
As far as I know, it is not possible to use `@generic` in `@overload`? I have a table `Object` that has a `__call` metamethod, so class Object can be used...
Fixing the issue: https://github.com/LuaLS/lua-language-server/issues/2646 The TokenModifier global isn't is a default token to vscode documentation ([doc](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#standard-token-types-and-modifiers)). This change will set the default global colors to a different color from local...