- Instant help with your Developer coding problems

Disable tooltip in VS Code

Question:
How to disable tooltip in VS Code?
Answer:
"editor.hover.enabled": false
Description:

Sometimes tooltip hints are annoying in VS Code. You can easily disable tooltip hints from the settings.

  1. Open the settings panel with Ctrl + , or use the menu item File -> Preferences -> Settings  
  2. Type hover.enable text into the search field



  3. Uncheck the checkbox that controls whether the hover is shown.
Reference:
VS Code settings
Share "How to disable tooltip in VS Code?"