VS2012敲代码技巧

相应字符+Tab+Tab,可以自动实现代码段。

eg:输入pro再按两次Tab键可自动完成代码段: public int MyProperty { get; set; }    

如图:

VS2012敲代码技巧_第1张图片

按两次Tab键后

VS2012敲代码技巧_第2张图片



下面是一些关键字及其说明:

常用:
#if
#region
class
ctor 创建构造函数
cw 输出Console.Write()
do
enum
for
foreach
if
namespace
mbox 输出MessageBox.show()
prop 创建属性
sim 创建int Main()
sum 创建void Main()
struct
switch
testc 创建测试类
testm 创建测试方法
try
tryf
using
while

其它:
Attribute,checked,forr,indexer,invoke,iterator,interindex,lock,,mvcaction3,mvcaction4,mvcpostaction3,mvcpostaction4,propa,propd,profull,propg,unchecked,unsafe,wde,wdp

你可能感兴趣的:(.net,快捷键,C#,vs2012,使用技巧)