vote up 1 vote down star

Is it possible to customize the syntax highlighting in Visual Studio 2005? Up to now, I found no way to do this.

In eclipse for example, it's possible to setup custom highlighting.

flag

3 Answers

vote up 3 vote down check

Do you mean more than just changing the colors -- like defining a new language with its own symbols and keywords? If so,

http://msdn.microsoft.com/en-us/library/bb165041(VS.80).aspx

link|flag
vote up 0 vote down

For C++, you can add a file called usertype.dat that contains your list of custom keywords.

This MSDN page has a few more details.

link|flag
vote up 1 vote down

Yes, see Tools...Options....Fonts and Colors.

Here is a theme gallery if you want to browse some options.

link|flag
I cannot find the entry "Fonts and Colors" ... I use a german version of visual studio 2005, may be the menu entries are located differently? – koschi Sep 23 '08 at 10:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.