如何在VS2010中使用代码片段

方法
1.先去http://snippeteditor.codeplex.com/ 下载 snippeteditor
2.打开snippeteditor

新建一个code snippet, 例如
private $type$ $property$
public $type$ $property$
{
//this is a demo of code snippet : )
}
$end$
然后保存至目录My Documents\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets,命名为mysnippet
3.然后就可以在VS2010 中使用它了,直接输入mysnipper,按下tab键,默认的代码片段就出现拉,接着想怎么改就怎么改了 :)

posted @ 2011-12-13 11:30  月小  阅读(697)  评论(0编辑  收藏  举报