Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc comments to variables and labels #289

Open
psoukie opened this issue Dec 13, 2022 · 1 comment
Open

Add doc comments to variables and labels #289

psoukie opened this issue Dec 13, 2022 · 1 comment
Assignees
Labels
enhancement new feature or request intellisense autocompletion, suggestions, etc.

Comments

@psoukie
Copy link

psoukie commented Dec 13, 2022

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 psoukie added the enhancement new feature or request label Dec 13, 2022
@mark-wiemer mark-wiemer changed the title Add variable comments for IntelliSense (in addition to existing function comments) Add variable doc comments Jan 17, 2023
@mark-wiemer mark-wiemer added the intellisense autocompletion, suggestions, etc. label Jan 17, 2023
@rlitwiller89
Copy link

Could you also do this for labels too?

@mark-wiemer mark-wiemer moved this to Todo in AHK++ Aug 18, 2024
@mark-wiemer mark-wiemer changed the title Add variable doc comments Add doc comments to variables and labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature or request intellisense autocompletion, suggestions, etc.
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants