How to work with comments/tooltips

Ok, today I made this php function, and added some comments to know how each variable works:


then I used my function later and I got this wonderful tooltip:


How it works? is it reading comments made before/near? it looks for something to work? where can I find documentation about this?

Can you give me more tips to have useful tools like this one?

Thank you!

It reads the comment before function. You can make your comments being phpdocs actually and Komodo will provide even better tooltips.

1 Like