-
Is it possible to disable this: |
Beta Was this translation helpful? Give feedback.
Answered by
d-biehl
Jul 29, 2025
Replies: 1 comment 1 reply
-
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 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
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
d-biehl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: