如何在 vscode 中编辑工具提示不透明度?(如何更改智能感知建议的透明度) [英] How to edit tooltip opacity in vscode? (how to change the intellisense suggestions transparency)

查看:43
本文介绍了如何在 vscode 中编辑工具提示不透明度?(如何更改智能感知建议的透明度)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 vscode 的初学者.当我编写代码时,工具提示让我很恼火,因为我在 macOS 中使用了分屏所以我想让工具提示半透明而不按 ctrl喜欢这张图:

I am a beginner in vscode. When I write code the tooltip annoys me, because I use divided screen in macOS so I want to make the tooltips semi-transparent without press ctrl like this image:

推荐答案

在您的设置中试试这个 colorCustomization:

Try this colorCustomization in your settings:

"workbench.colorCustomizations": {

  "editorSuggestWidget.background": "#ff000060"
}

最后两位数字,在这种情况下 60 是不透明度.还有一些 editorSuggestWidget 选项也可以更改.

The last two digits, in this case 60 are opacity. There a few more editorSuggestWidget options to change too.

这篇关于如何在 vscode 中编辑工具提示不透明度?(如何更改智能感知建议的透明度)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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