Skip to content

How to disable the highlight? #481

Answered by d-biehl
apolation asked this question in Q&A
Discussion options

You must be logged in to vote

You don't have to press ESC every time — just keep typing, and it will disappear on its own ;-)

But if you want to turn it off completely, look for editor.parameterHints.enabled in the VSCode settings and disable it.
However, that will disable it for all languages.

If you only want to do this for Robot Framework files, open your user or workspace settings as JSON and add the following:

"[robotframework]": {
    "editor.parameterHints.enabled": true
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@apolation
Comment options

Answer selected by d-biehl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants