背景:
阅读新闻

禁用vscode mouse over tips

  作者: 今日评论: [字体: ]

https://mitsuyawatanabe.medium.com/how-to-remove-tooltip-which-appears-when-mouse-over-on-code-in-visual-studio-code-bac46e46eb89


Have you ever been irritated by tooltip assistant in Visual Studio Code editor? Every time I hover on a certain code, the tooltip appears.

Tooltip in vscode

The information would sometimes be effective but if too many times it appears, which pisses me off. I found how to delete the tooltip from vscode. It’s a quite simple. Just add following code in settings.json in .vscode folder on your project.

"editor.hover.enabled": false

Naturally, the colour picker also coincide to be hidden at the same time. If you would like to show the colour picker while hiding the annoying tooltip, press shortcut key to come it out.

press Cmd + K + I

来源:
录入日期:[2022/01/25 18:31:00]
收藏 推荐 打印 | 录入:mikebai | 阅读:
文章评论      
正在加载评论列表...
评论关闭