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? Linux ### What is the issue affecting? Other ### Expected Behaviour Example...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? MacOS ### What is the issue affecting? Libraries ### Expected Behaviour Same...
These functions are undefined: - [love.load](https://www.love2d.org/wiki/love.load) - [love.quit](https://www.love2d.org/wiki/love.quit) - [love.errorhandler](https://www.love2d.org/wiki/love.errorhandler) - [love.lowmemory](https://www.love2d.org/wiki/love.lowmemory) - [love.threaderror](https://www.love2d.org/wiki/love.threaderror) - [love.keyreleased](https://www.love2d.org/wiki/love.keyreleased) - [love.textedited](https://www.love2d.org/wiki/love.textedited) - [love.textinput](https://www.love2d.org/wiki/love.textinput) - [other](https://www.love2d.org/wiki/love) `mouse`, `joystick` and `touch` related... I really don't...
### 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...
The [Language Server Index Format](https://lsif.dev) and its (kind of) successor [SCIP](https://github.com/sourcegraph/scip) define language-independent formats for information dumps of a language server. It allows tools like code editors and online repositories...
I have defined an emmy class `role`: ``` ---@class role ---@field equipment_mgr equipment_mgr ``` an emmy class `equipment_mgr`: ``` ---@class equipment_mgr local data = { role = role, ---@type role...
`require 'doesnotexist'` should produce an error. I come from the discussion https://github.com/LuaLS/lua-language-server/discussions/2339 I don't find any related issues so opening a new one.
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? MacOS ### What is the issue affecting? Annotations ### Expected Behaviour ```lua...
Functions that return multiple variables may have variables that are important or not. There should be a way to flag any return value as nodiscard. ```lua ---@return number index ---@return...
### 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...