Customize VisualStudio syntax highlighting even more

Posted by Alex K on Stack Overflow See other posts from Stack Overflow or by Alex K
Published on 2010-03-28T20:45:35Z Indexed on 2010/03/28 20:53 UTC
Read the original article Hit count: 486

Hi everybody,

I am wondering if it is possible to set VisualStudio IDE so it highlights private/protected/public variables of the class differently as well as change formatting on locals (i.e. variables that are either passed in or declared inside a function, like this).

I did not find any such options in the normal Fonts and Colors menu of VS. Also a search on SO reveals that (at least as of 2 years ago) only add-ons provide such features. But is there a way to manually edit some file? Just because we don't get a nice UI to edit, doesn't mean underlying framework automatically doesn't support it. I mean add-ons have to plug into something to do their magic in the editor. Any insights into this issue?

Thanks!

© Stack Overflow or respective owner

Related posts about ide

Related posts about visual-studio