Skip to content

Document how to disable parameter hints #581

@mark-wiemer

Description

@mark-wiemer

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.

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions