views:

603

answers:

1

Is it possible to change the color of the font that Interface Names appear in using VB.Net and Resharper/VS2008?

I have been successful changing the interface Names in C# but no luck with VB :(

+1  A: 

Yes and no. You can change the color of the Interface keyword but you must change the color of all Keywords to be this color. There is no way in VB to only change the name of the Interface keyword. This is an unfortunate limitation in VS 2008.

JaredPar