lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
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
**Describe the bug** Despite being [mentioned in luanalysis](  ), generic classes are not supported by this language server. **Screenshots**  **Environment:** - OS: Arch Linux - Client: VSCode
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...
**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...
  对于这种手误写错了table返回值类型的,没有检测到
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
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,...
# 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...