Wednesday, October 11, 2006

VS 2005 and Code Snippets

I love code snippets in Visual Studio 2005. Code snippets are a new feature in VS 2005 that allows you to quickly insert code pieces into your source code. For example, to get a for loop structure: type in for and hit the tab button twice. It will insert the for structure and allow you to quickly change the looping variable's name and loop limit. You can also create your own code snippets or modify your own (located in the C:\Program Files\Microsoft Visual Studio 8\VC#\Snippets\1033\Visual C# folder)

No comments: