[Visual Studio小技巧]擴充套件Snippet Designer、PowerCommands及Indent Guides
繼續實作
Snippet Designer
http://snippetdesigner.codeplex.com/
程式碼片段的管理及編輯
工具→擴充管理員
搜尋套件Snippet Designer並安裝
安裝完畢後選取要輸出成程式碼的片段並且匯出
修改片段內容
修改完畢後存檔
這裡我的檔案存放位置為
C:\Users\t\Documents\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets
開啟程式碼片段管理員
確定資料夾有被引用
在程式中插入程式碼片段(Ctrl+K,Ctrl+X)
OK了!
PowerCommands
工具列及常用功能擴充
http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99/
搜尋套件PowerCommands並安裝
工具→選項
把下列兩個選項都勾選 :
Format document on save
Remove and Sort Usings on save
很多功能可以用,這裡示範寄送程式碼到e-mail
Indent Guides
括號對齊
http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30
搜尋套件Indent Guides並安裝
這樣括號很好對齊喔!
參考資料