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? Command Line ### Which OS are you using? MacOS ### What is the issue affecting? Other ### Expected Behaviour `luamake test` runs the...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Completion ### Expected Behaviour It should look up definitions...
This version switches the host part of luals entirely to a Rust implementation. The related build tool directly uses Cargo. It is not fully completed yet; it can run on...
### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Hover ### Expected Behaviour I expected the result of...
**Priority** Low **Description** On Windows and Mac, file systems are case-insensitive by default. Lua's filepath resolution is based on the OS, so I feel like while only the exact spelling...
### 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? NeoVim ### Which OS are you using? MacOS ### What is the issue affecting? Completion ### Expected Behaviour complete param for all overload...
### 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? Other ### Expected Behaviour when...
### 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...
Auto-require always adds the `require` function specifically. However, it's common in projects to have their own special `require` functions, like `import` or `include` -- so this PR adds a configuration...