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

I would like to use my in code documentation to generate a markdown document to create a README.md (e.g. for my [lfsampler](https://github.com/sewbacca/LFSampler/graphs/traffic)). Since LDoc didn't like my comments, it was...

enhancement

**Describe the bug** When performing request forwarding from one extension to this extension it does not produce any responses for virtual documents until a proper lua text document is opened...

question

Using Vscode but I image it will work similarly on other editors Open 2 editors In Editor #1 set `"Lua.runtime.builtin": {"math": "disable"}` in the workspace or folder settings.json In Editor...

question

![image](https://user-images.githubusercontent.com/8649540/176608459-270e925f-8133-4abb-b80b-87b3c27bd8c2.png) ![image](https://user-images.githubusercontent.com/8649540/176608487-04dcf577-4ec0-4919-8f84-0cc0a5930d4c.png) 单独写lua没能复现 另外有没有强制修改类型的配置方式,比如 `---@class A local a = {} ---@class B:A ---@type string|number local c = 1 ---comment ---@return A ---@return string|number local function func1() return a, c end...

bug
enhancement
need more infomation
type check

系统找不到指定的路径。 系统找不到指定的路径。 C:\Users\xiaoliu\Downloads\lua-language-server-3.4.0\lua-language-server-3.4.0\3rd\luamake\compile>ninja -f build\msvc\compile.ninja ninja: error: loading 'build\msvc\compile.ninja': 绯荤粺鎵句笉鍒版寚瀹氱殑璺緞銆? 系统找不到指定的路径。

need more infomation

I'm using EmmyLua to document different color's in a library. It would be nice if colors could be shown visually in VSCode. Perhaps allow a limited set of html tags?...

enhancement

The second case ```lua Core = {}; ---@class Rotation ---@field Enabled boolean local Rotation = {} function Rotation:OnLoad() end function Rotation:OnUnload() end ---@class RotationEngine Core.RotationEngine = {} ---@generic T ---@param...

enhancement
LLS Annotations

The videogame studio [Relic](https://www.relic.com/) uses a custom extension on top of Lua to write mods for their game. There have been a few attempts at writing a visual studio plugin...

question

I have reported a similar problem before and I understand that it is not simple, but if you solve it, I will be crazy happy! I'm working on an OOP...

enhancement

For example, having a function defined as: ```lua ---@param callback fun(text:string) local function my_fun(callback) callback() end ``` When you go to call it using my_fun(), the auto-completer suggests "fun(text:string), but...

as designed