How to change Visual Studio 2010 Intellisense/context menu highlight color?

前端 未结 2 1724
眼角桃花
眼角桃花 2021-01-22 14:34

It seems I am not the only one complaining about this. The yellow/gold color on top of the white background really makes me spend more time locating the highlight item. It may n

相关标签:
2条回答
  • 2021-01-22 15:15

    You may try this extension: http://blogs.msdn.com/b/visualstudio/archive/2010/01/04/changing-visual-studio-s-color-palette.aspx

    But, be aware that each language can provide its own Intellisense UI, for extensibility. So, this may not solve your problem.

    0 讨论(0)
  • 2021-01-22 15:21

    I use the add-in IntelliSence Presenter to make my IntelliSense look like this:

    So, there are ways to change it, but it may involve downloading an add-in or writing your own.

    0 讨论(0)
提交回复
热议问题