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

ITNOA Visual Studio 2022 language services is near to vscode, so please add this extension for Visual Studio 2022 Please see https://docs.microsoft.com/en-us/visualstudio/extensibility/adding-an-lsp-extension?view=vs-2022 thanks

Non VSCode

**Describe the bug** Despite being [mentioned in luanalysis]( ![image](https://user-images.githubusercontent.com/40474474/137420133-4e842d0f-3352-4b79-bea7-c9ee303bb658.png) ), generic classes are not supported by this language server. **Screenshots** ![image](https://user-images.githubusercontent.com/40474474/137420009-23fd1257-e471-48e0-980c-ab75b5e80dfb.png) **Environment:** - OS: Arch Linux - Client: VSCode

enhancement
feat/LuaCats Annotations
feat/generic

Vscode Latest [log.log](https://github.com/sumneko/lua-language-server/files/9137248/log.log) Each workspace has it its own .luarc file If I use a relative path for workspace.library in a multi workspace setup `"../../factorio-api/",` then the files are not...

bug
Info Needed

**Describe the bug** I was able to get .meta/template folder to load correctly for a project using the VSCode extension, but not with neovim. https://github.com/RosaServer/RosaServerCore/tree/master/.meta/template All globals defined by the...

bug
Non VSCode

![image](https://user-images.githubusercontent.com/22164766/181153047-c5037fbd-7615-47c1-b1d3-924c11de4c8d.png) ![image](https://user-images.githubusercontent.com/22164766/181152951-386244f2-4d51-4cd9-acb5-e1335f2a34a5.png) 对于这种手误写错了table返回值类型的,没有检测到

enhancement

This PR adds support for extending the number / integer operators. For example if you have a Vector3 class that could be multiplied with now this will work ```lua ---@class...

[file_home_nexela_Media_Develop_Lua_Factorio_Picker_stdlib2.log](https://github.com/sumneko/lua-language-server/files/9169928/file_home_nexela_Media_Develop_Lua_Factorio_Picker_stdlib2.log) It seems the plugin is only working for its own files

bug
need more infomation

It is an attempt to implement generic references inside strings. e.g. ```lua ---@generic T ---@param f T local function test(f) end ---@class Test f "Test" -- This is a reference...

I'm making an extension for an API with callbacks that take functions with specific arguments, and being able to do this: ```Lua ---@alias MC_PRE_ENTITY_SPAWN fun(type: EntityType, variant: integer, subType: integer,...

enhancement

# The Problem In its current state, `@see` is relatively useless. It does not actually show up on hover and is currently only really useful if you actually go to...

enhancement
LLS Annotations