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

Document how to disable parameter hints #581

Closed
mark-wiemer opened this issue Dec 22, 2024 · 0 comments · Fixed by #595
Closed

Document how to disable parameter hints #581

mark-wiemer opened this issue Dec 22, 2024 · 0 comments · Fixed by #595
Assignees

Comments

@mark-wiemer
Copy link
Owner

mark-wiemer commented Dec 22, 2024

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

1 participant