ahkpp icon indicating copy to clipboard operation
ahkpp copied to clipboard

Add variable doc comments

Open psoukie opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Currently, you can add a comment to the function using a semicolon on the line above the function declaration, and it appears as a tooltip when you hover over the function name in the editor.

Describe the solution you'd like Extend this functionality to variables, so that an in-line comment after the variable definition, or on the line above it, also appears in the tooltip.

psoukie avatar Dec 13 '22 17:12 psoukie

Could you also do this for labels too?

rlitwiller89 avatar Feb 27 '23 19:02 rlitwiller89