Code Templates is an Add-On to VisualStudio.net for code template completition from keyword.
If you've used sharpdevelop, homesite or cold fusion studio, or works exactly like in those products.
For example if you setup code template:
keyword: font
code: <font size=2>|</font>
then in the html editor type: font and hit shortcut for this tool, it will replace
font with <font size=2></font> and place the cursor where | is in the code template.
Update (4-16-04):
version 1.0.1 released.
- setup form code box has scrollbars
- do error checking when adding/updating for blank values
- setup for list is single select
- after add, add new is selected instead of newly added on
- lookup form shows keyword first, then description
- lookup form won't display if there aren't any templates setup
Installation:
Just unzip the zip file and run setup. After installation you should have 2 new menu items under tools menu.
One called "Code Templates" and another "Code Templates Setup". Run the "Code Templates Setup" to setup
your code templates.
It's highly recommended that you setup keyboard shortcut for the tool so that you don't have to
go to the menu each time. To do that open keyboard options in visual studio:

and select: "CodeTemplates.Connect.CodeTemplates" in command string and assign your shortcut.
To use it just type the keyword in the code editor (html, c#, vb or any other language) and press the
shorcut for the tool.
If the keyword cannot be found you'll get a list of all templates. You can use arrow keys and press enter to use
one from the list, or press escape to close.
DOWNLOAD Code Templates Add-On