visual studio 2012 - Chose a color for a particular method in VS2012 -


pretty dumb question know,

i want know if there way assign particular color method of choice in .cs file.

so donot accidently go , write or change there.

no, visual studio not support behavior natively (though write extension did it).

some ideas, though...

my first suggestion use version control changes make can reviewed , reverted.

my second is, in c# use partial class keep code should never change in 1 file , code can change in file. go further , set readonly flag on file never want change (though check how affects source control system).

but use version control either way.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -