0

enter image description here

VSCode shows me the mini-doc while I type whereas I want it to be displayed only when I hover over a word. How do I change my settings to accomplish this? I have python and pylance extensions installed.

Archer
  • 271
  • 5
  • 15

1 Answers1

0

In order to remove the hint from VS Code look in here, in short:

To hide them you can just add "editor.parameterHints": false to your settings.json.

I also found a very cool Stack Overflow answer:

@Eldho

Doing this may turn of all hints completely though, hope this helped.

Federico Baù
  • 6,013
  • 5
  • 30
  • 38