可使用TAB+TAB 自動補全代碼的關鍵字列舉:
if 、else、switch
for、foreach
do、while
class、enum、interface
using + Tab +Tab 輸出 using 代碼塊
try +Tab+Tab 輸出 try catch代碼塊
tryf + Tab + Tab 輸出 try finall
exception +Tab +Tab 輸出 異常
prop + Tab+Tab 輸出 字段與屬性代碼 自動屬性(property)
propg +Tab+Tab 輸出 只有 get 訪問器支持的字段與屬性
cw + Tab + Tab 輸出 Console.WriteLine();
mbox + Tab + Tab 輸出 MessageBox.Show()
svm +Tab+Tab 輸出 無返回值void Main()
sim + Tab +Tab 輸出 整形的int Main()方法
ctor +Tab+Tab 輸出 構造函數代碼
indexer + Tab + Tab 輸出 indexer 索引代碼