I am developing Asp.net MVC applications, and since there are quite a few scripts in place in my aspx / ascx files, they can become really messy, find their way.
What I would like to do (to simplify me) sets some background color for server-side scripts.
Right now, only <% and %> have a yellow background, but I would like the content between the two to have a specific background color. Something like the Tengible T4 editor makes executable code in T4 files with a template.
How to do it, if at all possible?
Encryption
This does not apply to Asp.net MVC in particular, but to Visual Studio in general. However, it will be useful for Asp.net MVC developers. :)
source share