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
Ref https://www.autohotkey.com/boards/viewtopic.php?p=590308#p590308
Please let me know how to turn it off while typing inline. The appearance on hover is okay, but I can't stand the inline "help".
Add "editor.parameterHints.enabled": false, to the settings.json file.
"editor.parameterHints.enabled": false,
Also, I didn't like the pop-up parameter hints on mouse hover. To get rid of those Add "editor.hover.enabled": false, to the settings.json file.
"editor.hover.enabled": false,
The text was updated successfully, but these errors were encountered:
mark-wiemer
No branches or pull requests
Ref https://www.autohotkey.com/boards/viewtopic.php?p=590308#p590308
Add
"editor.parameterHints.enabled": false,
to the settings.json file.
Also, I didn't like the pop-up parameter hints on mouse hover. To get rid of those
Add
"editor.hover.enabled": false,
to the settings.json file.
The text was updated successfully, but these errors were encountered: