Is it possible to change backround color of editor and autocomplete tooltips in Visual Studio?

纵然是瞬间 提交于 2019-12-11 05:57:00

问题


I changed color scheme for Visual Studio, setting a background color to black. Also I use Visual Assis to enhance color syntax. Now code looks great, but autocompletion list and editor tooltip are shown on the default white background. WIth new color scheme it looks awful.

In Completion list and Editor tooltip I can't change enything except font size - colors are disabled. Is it possible to change colors anyway?

I use VS 2008.


回答1:


Resharper has a different looking Intellisense and Editor tooltip than what usually comes with Visual Studio. The only way I know of changing that stuff is to write your own provider and designing them yourself. Probably not worth the effort.



来源:https://stackoverflow.com/questions/2181494/is-it-possible-to-change-backround-color-of-editor-and-autocomplete-tooltips-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!