Using code snippets in Visual Studio can make your life a lot easier. In Visual Studio snippets have to be saved using a predefined XML schema, for details take a look here. There is a codesnippet manager as well which you can find at Tools | Code Snippets Manager...
Next to C# and VB.NET it's possible to create XML snippets. To give it a try I made an XML snippet which I wanted to use in a web.config file. All went well until I found out that [TAB] [TAB] isn't supported in the Visual Studio XML editor...
As an alternative you can use the Insert snippet option of the context menu, but at this point I don't like to touch the mouse anymore... here is the trick:
1. At the point you want to insert your XML snippet type in a <
2. Now press [Esc].
3 Type the shortcut name of your snippet (no way you get intellisense support now, but hang on...)
4. Press [Tab].
In Spanish we say: "calidad" now!