I am very good at using Visual Studio "Code Snippet" when editing C # code. I always wanted me to be able to use them by typing my aspx markup.
Is there a way to enable the use of a code snippet in an aspx file editor window?
Are there any third party tools that do this?
If you are familiar with the definitions of a code snippet, this is exactly what I want to do:
<asp:TextBox ID="$var$TextBox" Text="$text$" OnClick="$var$_Click" runat="server" />
I could activate the fragment, the tab twice and move on!
bentford
source share