RomanSpector

Results 12 issues of 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...

enhancement

### 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 ![image](https://user-images.githubusercontent.com/57856647/183395534-6f3ac907-6e15-4cee-92db-26cc62ff1da7.png)...

bug

```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)...

enhancement
type check

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

```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

### 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...

enhancement

### 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...

enhancement

### 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 ![image](https://user-images.githubusercontent.com/57856647/188263860-d1f92b2b-6639-404a-b6ba-6ecf8ed27174.png)...

enhancement

### 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...

bug
feat/type check

### 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...