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? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Annotations ### Expected Behaviour I believe there should be...
The `@operator` annotation supports nearly all the operator metamethods, except for `eq` / `lt` / `le`. I'd like to be able to annotate that my type are comparable.
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Libraries ### Expected Behaviour I expect my workspace libraries...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Windows WSL ### What is the issue affecting? Other ### Expected Behaviour Ideally if the hint...
### 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? Hover ### Expected Behaviour `hover.expandAlias`为`false`时,如下标注...
Love the new exact class! When using it though, I noticed that I could still 'inject' fields into an exact class when it is used as the input to a...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour ```lua if false then...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour I think I'm encountering...
### 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? Type Checking ### Expected Behaviour...
### 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, Libraries ### Expected...