[Wishlist] Allow popup descriptions for code modules like libraries have

NeoTechni

Well-Known Member
Licensed User
Longtime User
Libraries get popup descriptions about parameters/methods/etc

Perhaps our code could get that too?
ie: It reads specifically formed comments after the sub line

on sub PrintTotal(Count as int, owned as int)
'Parameters: Count is the total items owned, Owned is the amount of of this one item
'Description: Returns the % of this item from the total
 
Top