删除悬停提示Visual Studio代码 [英] Remove Hover Tip Visual Studio Code

查看:140
本文介绍了删除悬停提示Visual Studio代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

小烦恼...

有谁知道如何摆脱悬停在CSS和JS上弹出的提示?我在设置文件中找不到任何相关内容。
查看截图:



< img src =https://i.stack.imgur.com/oXGh7.jpgalt =在这里输入图片描述>

解决方案

我也为此苦苦挣扎,终于向vscode回购提交了一个问题。



请试试这个:


  1. 在菜单栏上:文件>首选项>用户设置

  2. 将以下内容添加到 settings.json

     editor.hover:false 

    如图所示(我已经做了其他调整,但您只需添加上面的内容即可):


  3. 保存您的 settings.json 并且您的问题应该得到解决。


快乐编码!


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 screenshot:

解决方案

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": false
    

    As in this picture (I have made other adjustments, but you only need to add the above:

  3. Save your settings.json and your issue should be fixed.

Happy coding!

这篇关于删除悬停提示Visual Studio代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆