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

# Steps ```bash git clone https://github.com/sumneko/lua-language-server lua cd lua git submodule update --init --recursive cd 3rd/luamake ./compile/install.sh ``` # Output ```bash [2/46] Compile C++ build/linux/obj/source_bee/lua_filewatch.obj FAILED: build/linux/obj/source_bee/lua_filewatch.obj gcc -MMD -MT...

compile

Hello all. I'm having trouble installing the C++ version which is required for the language server. Can someone help me in installing the C++17 on Ubuntu 32 bit? All help...

compile

**Describe the bug** Extension forces color changes in every available color mode. **To Reproduce** Steps to reproduce the behaviour: 1. Go to extension settings. 2. Change color mode to any...

enhancement
priority.high

I cannot figure out a way to make a function return the type information of a module. Basically, we have a wrapper function for require, which takes 2 params, the...

enhancement

I have a project with 3K+ Lua files I need to format. The problem is if I use something like [this](https://marketplace.visualstudio.com/items?itemName=jbockle.jbockle-format-files) it takes forever. I disabled diagnostics like this: ```json...

enhancement
formatter

This is yet another feature/enhancement idea to make annotations easier to read/write. Perhaps it's come up before, but I couldn't find any issues or discussions about it. It's wise to...

enhancement
feat/LuaCats Annotations

vscode直接安装这个插件,lua跳转函数都没反应,还要装什么东西

question

![image](https://user-images.githubusercontent.com/8649540/174236061-fdac127e-519d-4d0e-8cea-79ed257a46b3.png) ![image](https://user-images.githubusercontent.com/8649540/174236120-0dd51608-20a1-496b-818a-17cbeecbe73c.png) [test.zip](https://github.com/sumneko/lua-language-server/files/8924920/test.zip) 在init.lua里无法识别const.A的子级数据。不确定这个问题是否是为了节省计算故意的

enhancement

This is probably really hard to "fix". ```lua ---@type table|nil local blueprint = { x = 1 } local hasBlueprint = true if blueprint == nil then hasBlueprint = false...

enhancement

```lua ---@class Car ---@field color string local Car = {}; ---@return Car function Car:New() end ---@param any_car Car ---@return fun(car: Car): boolean local function GenerateFn(any_car) ---@param car Car return function(car)...

enhancement
LLS Annotations