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? Completion ### Expected Behaviour ```lua...

![QQ_1722234803081](https://github.com/user-attachments/assets/fcee9d42-1cf6-4cd0-9531-bdc1620663d5) 如果没有build目录就可以直接跳转过去,现在跳转总是会先弹框,在选择 很难受

bug
question

it would be nice to be able to do the same kind of `+T` `+?` `-T` `-?` type edits with `@as` that we can do with `@cast`. Primarily for removing...

enhancement

### 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? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Hover ### Expected Behaviour ```lua -- THIS IS NOT...

need discuss

### 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? Completion ### Expected Behaviour vscode...

bug

### How are you using the lua-language-server? NeoVim ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour No terminal pop-up. ### Actual...

I don't know if this is intended or not, but IIRC this is possible in typescript. ```lua ---@enum idx local enum = { a = 'a', b = 'b' }...

### 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? Plugins ### Expected Behaviour hide...

When the language server is notified that a file rename has occured you are always prompted with "Do you want to modify the require path?" I find that to be...