We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In AHK Studio with the shortcut ctrl+j it is possible to toggle a selected command line or block to a comment line/block and vice versa.
Is it possible to implement this in ahk++ ?
This would be a great help, especially when it comes to commenting out larger blocks or "reactivating" commented-out blocks.
The text was updated successfully, but these errors were encountered:
@Gharwen, have you tried Ctrl+/ ? That's the default for VS Code :)
Sorry, something went wrong.
Shift+Alt+A?
Shift+Alt+A
In the meantime, I have found the right shortcut.
CTRL+K and CTRL+C for comment a line or marked block CTRL+K and CTRL+U for uncomment
mark-wiemer
No branches or pull requests
In AHK Studio with the shortcut ctrl+j it is possible to toggle a selected command line or block to a comment line/block and vice versa.
Is it possible to implement this in ahk++ ?
This would be a great help, especially when it comes to commenting out larger blocks or "reactivating" commented-out blocks.
The text was updated successfully, but these errors were encountered: