treehouse
treehouse

Reputation: 2531

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

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 not be an issue for people who like using mouse. But I am a keyboard person and try to use mouse as little as possible. So this color is very annoying. Microsoft says it's not configurable in the reply. But I still hope someone can find a way to "hack" the color.

Upvotes: 2

Views: 3322

Answers (2)

drharris
drharris

Reputation: 11214

You may try this extension: Link

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

Upvotes: 2

Ben Burnett
Ben Burnett

Reputation: 1564

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

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

Upvotes: 0

Related Questions