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? Formatting ### Expected Behaviour I...

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? 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...

![image](https://github.com/user-attachments/assets/006a4d6c-f35a-490d-81c8-93c06956c0d6)

### 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

enhancement
rust
luajit

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...

enhancement
feat/LuaCats Annotations
feat/generic

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...