I'm developing Asp.net MVC applications and since there's quite a bit of in-place server scripts in my aspx/ascx files it can become really messy finding your way around.
What I would like to do (to make things easier on me) is set some background colour to server-side scripts.
Right now only <%
and %>
have yellow background, but I would like the content between these two to also have a certain background colour. Something similar that Tengible's T4 editor does in T4 files with template executable code.
How do I do this if at all possible?
A sidenote
This is not related to Asp.net MVC in particular but to Visual Studio in general. It will benefit Asp.net MVC developers the most though. :)