mark-wiemer-org / ahkpp

AHK++ provides AutoHotkey v1 and v2 support for VS Code, Theia IDE, and more
https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus
Other
168 stars 10 forks source link

Add doc comments to variables and labels #289

Open psoukie opened 1 year ago

psoukie commented 1 year ago

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.

rlitwiller89 commented 1 year ago

Could you also do this for labels too?