About the fonts and colors in the VS2010 C # text editor with Resharper.
In the following method:
Public Zero Mode () {var lis = new System.Collections.ArrayList (); Var exc = new System.NotImplementedException (); }
ArrayList gets another color in the VS2010 text editor as NotImplementedException, because I have edited the color scheme. What will be the difference between these types of types so that color schemes can handle them differently? Note that I have a Reicher installed, but I have tried almost all the richer entries.
I have to do the same color for both, but the color of NotImplementedException type seems irreversible. By default, the unchanged exception is a "to do item", which resharper, Resharper- > Options-> Tools> Todo items The item is identified by regular expression, not according to the type. If you do not want to display the executable exception in the list and you can use the same colors as the other colors, then you can remove the Todd item. You can usually change the color of the Todo item to create the same color as a type identifier such as aerollect, tools-> options-> environment-> fonts and colors-> rezheer-toodo items
Comments
Post a Comment