Better C# Syntax Coloring for Visual Studio 2010?

Posted by Oak on Stack Overflow See other posts from Stack Overflow or by Oak
Published on 2010-05-30T21:39:35Z Indexed on 2010/05/30 21:42 UTC
Read the original article Hit count: 412

Coming from Eclipse, I'm disappointed with the very limited syntax coloring capabilities offered for C# by Visual Studio (all versions, up to 2010).

In particular, I'm interesting in distinct coloring for methods / fields / locals / static stuff.

I'm aware Visual Assist can enhance the coloring, but I've failed to find any free alternative capable of doing that, so I'm turning to SO (I hope it's programming-related enough). Is there any free (or at least cheaper than Visual Assist) solution capable of enhancing the syntax coloring for C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio