Remove Hover Tip Visual Studio Code

前端 未结 2 849
一向
一向 2020-12-03 10:26

Small annoyance...

Does anyone know how to get rid of the tip that pops up on hover for CSS and JS? I couldn\'t find anything related in the settings file. See scree

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 10:50

    I also struggled with this, and finally submitted an issue to the vscode repo.

    Please try this:

    1. On the menu bar: File>Preferences>User Settings
    2. Add the following to your settings.json:

      "editor.hover.enabled": false
      
    3. Save your settings.json and your issue should be fixed.

    Happy coding!

提交回复
热议问题