This extension uses a background colour on code nuggets to make it clear what is server side and what is client side in ASPX files. (Similar to Razor and similar to many other editors that deal with server and client code in views) It uses a translucent grey or white to work on any background colour. The colour is applied between <% and %> where they match on a single line. This should help encourage you to keep server code to single lines within views (generally a good idea). ASPX pages can look pretty messy without this extension - now all your ASPX views / pages will be more readable and maintainable.
Here is an example of how this looks on a light or dark colour scheme.
Author: Mike Nelson, Beweb, New Zealand |