View Single Post
11/04/18, 08:21 AM   #4
cloudor
 
cloudor's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 23
Yes, I have been using LDT's lua doc all along, but it has many limitations. For example, there is no way to define a parameter also as a function and auto-complete it in body block, like a lamda parameter. In the following example, I can use the parameter named stringProvider to create a string.



or define the result as a function too:


Last edited by cloudor : 11/04/18 at 09:20 AM.
  Reply With Quote