RomanSpector
RomanSpector
### 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...
### 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? Other ### Expected Behaviour ...
```lua ---@enum Test local Test = { Test1 = 1, Test2 = 2, Test3 = 2, } ---@type Test|Test[] local a ---@param c Test local function b(c) end if type(a)...
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...
```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)...
### 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...
### 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...
### 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? Other ### Expected Behaviour ...
### 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...
### 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? Annotations, Type Checking ### Expected...