i have visual studio 2015 , resharper. using default dark theme way comes. however, make property names color purple.
please see this video on youtube example of looking for. (56:37) or anywhere throughout video.
for example:
var userid = user.identity.getuserid();
i want 'user.identity' appear in color other white.
i assuming possible way change color of properties using resharper, can't figure out how in tools > options > fonts , colors screen.
this feature originates resharper, coupled options dialog of visualstudio. need enable resharper options | code inspections | settings. afterwards modify code (to trigger highlighting), , can freely configure colours want visualstudio options. btw, entry properties 'resharper field identifier'.
custom colours come in handy in various situations, e.g., separate real methods extension methods, interfaces classes (if not following naming conventions dte
), or value types reference types.
Comments
Post a Comment