vdh_ant
vdh_ant

Reputation: 13186

Changing colour of types for VB.net in VS

I am currently working on a VB.NET project and the hardest thing that I am having trouble with is that everything is black and blue.

Having worked a lot with C#, I really like the way that types are colored differently.

I have tried going in and having a look at the "Tools > Options > Fonts and Colors" and the various "User Types" under "Display Items" is set to a different colour but its not reflecting that colour in the text editor.

Any assistance would be appreciated.

Upvotes: 0

Views: 208

Answers (3)

Joe Ruder
Joe Ruder

Reputation: 2194

I wonder how VS2010 handles it? With the VB and C# teams working closer together now maybe this has already been addressed.

http://www.microsoft.com/downloads/details.aspx?FamilyId=922B4655-93D0-4476-BDA4-94CF5F8D4814&displaylang=en

--good luck with this - editor quirks can be the worst! (excpet of course when your green screen dies...) :)

Upvotes: 0

Joshua Belden
Joshua Belden

Reputation: 10523

Down in the list is User Types as well as user types for delegates, enums, interfaces, and Value Types.

Upvotes: 0

GONeale
GONeale

Reputation: 26484

You can change the 'Keyword' colour, but this will also change, well all keywords (such as Class and Function), not just types.

Upvotes: 1

Related Questions