Thursday, May 15, 2008

Usage of code snippets (Visual Studio) (Tip)

With Visual Studio 2008, you can write fastest code ever!To use the code snippets, type-in code snippets (e.g. "for") shortcut, hit Tab twice, viola! The code will be added automatically. Code snippets can be reviewed or added. Look at the video for the details. Try and watch video in the full screen if you can. Don't know how well, will it be watchable.

This is what I use in the demo below:

class -> Tab -> Tab
ctor -> Tab -> Tab
tryf -> Tab -> Tab
for -> Tab -> Tab
cw -> Tab -> Tab
exception -> Tab -> Tab

No comments: