How can I make a code snippet and add it to the Snippet intellisense in Visual Studio?

c#, code-snippets, visual-studio, visual-studio-2008

Solution

Yes it is possible: Here's a link showing how to do it: http://en.csharp-online.net/Visual_Studio_Code_Snippets%E2%80%94Creating_Snippets_Manually

Here's the official page on MSDN: http://msdn.microsoft.com/en-us/library/ms165392(VS.80).aspx

Problem

I'm curious if this is even possible.

Original source