Hello All,
1.6.5 Beta is out. This update has a greatly improved auto-completion and variable insight features. Here is a preview of the things you will be able to do soon with our IDE:
---  
-- @param dog @class dog  
-- @return  
--  
local function isRed(dog)   
 if(dog.color == "red") then  
 return true  
 end  
end  
  
local function createDog()  
 ---@classdef dog  
 local dog = {}  
 dog.color = "brown"  
 dog.age = 20  
 function dog.bark()  
 print("bark")  
 end  
 return dog  
end  
And the IDE will do the type checking for you.
We will release a video with the details tomorow but you can try it out yourself now
Regards,
M.Y. Developers [import]uid: 55057 topic_id: 28179 reply_id: 117841[/import]