VS Code: How to Disable/Enable Suggestions on Hover

Updated: February 8, 2023 By: A Goodman 5 comments

This short guide shows you how to turn OFF (and ON as needed) the suggestion popup that automatically shows up when you mouse over your code in Visual Studio Code.

The Steps

1. Go to:

  • Code > Preferences > Settings if you’re on a Mac (hotkeys: Command + ,)
  • File > Preferences > Settings if you’re using Windows (hotkeys: Ctrl + ,)

2. Type “editor.hover.enable” into the search field, then check/uncheck the checkbox associated with “Controls whether the hover is shown.” to enable/disable the suggestion tooltip on hover.

A quick demo:

Every change will be automatically saved and immediately applied. If something goes wrong, you can reload or restart your VS Code.

That’s it. Further reading:

You can also check out our Visual Studio Code topic page for more tips and tricks to improve your producibility and coding experience.

Subscribe
Notify of
guest
5 Comments
Inline Feedbacks
View all comments
Ganesan Gidon
Ganesan Gidon
8 months ago

Thanks for this post

adolfhitler
adolfhitler
10 months ago

thanks

Douglas Molina
Douglas Molina
1 year ago

thanks!!!!!!!!!!!!

fgh
fgh
1 year ago

gfghfg

Andre Miguel
Andre Miguel
2 years ago

thank you, it helped alot <0/

Related Articles