VS好用外掛

老司機的詩和遠方發表於2018-10-11

轉載:http://www.csdn.net/article/2012-05-03/2805262

Visual Studio是微軟公司推出的開發環境,Visual Studio可以用來建立Windows平臺下的Windows應用程式和網路應用程式,也可以用來建立網路服務、智慧裝置應用程式和Office外掛。

本文介紹16款最棒的Visual Studio擴充套件:

1. DevColor Extensions

簡單的顏色工具,包含一個顏色選擇工具。

2. Snippet editor

程式碼片段編輯器是一個開源的外掛,可增強 Visual Studio 允許直接編寫和執行某段程式碼

3. Productivity Power 

the Productivity Power Tools, your extension state (disabled or enabled) will be retained when you install a new version of the Tools as long as Visual Studio is running during the installation.

4. Image Optimize 

為解決方案檢視中的圖片增加右鍵選單用於優化圖片,支援 PNG, GIF 和 JPEG 檔案。

5. VS Command 10 Extension 

VSCommands 提供了一些你每天都要使用的程式碼導航和生成的快捷訪問方式。

6. Web Essentials

Live Web Preview tool 可讓你在瀏覽器砂鍋內開啟Web專案並在儲存和構建的時候更新,也可直接編輯 CSS 並檢視效果。

7. JS Enhancements

該擴充套件提供了 JavaScript 和 CSS 的語法高亮編輯器。

8. Numbered Bookmarks

Numbered Bookmarks 可讓開發者方便的使用數字來建立和訪問書籤,可使用0..9建立10個書籤。

9. FoxCop Integrator

FxCop Integrator 允許整合獨立的 FxCop 和 Code Metrics PoewrTool 到 VS2010. 你可直接在 VS2010 Pro 中分析程式碼。

10. Code Compare 

Code Compare 是一個強大的檔案和資料夾的比較工具。

11. Open Folder in New Windows Explorer

該擴充套件擴充套件了程式碼編輯器中 “Open Folder in Windows Explorer” 上下文選單

12. Regular Expresion Margin 

A margin which exposes .Net Regular Expressions search and replace capabilities on a given code window. Toggle the margin by Alt+r. Navigate to next search by Alt+n.  Navigate to previous earch by Alt+p.  Escape key hides the margin and set focus back to the code window.  Even if the margin is hidden, as long as there is search in the Find What textbox, it will continually do a search on text updates.

13. Visual Studio Color Theme

允許開發者自定義開發環境的顏色,包括對選單、工具欄、tab等介面的顏色設定。

14. Spell Checker

該擴充套件提供自然語言的拼寫檢查,支援純文字檔案、原始碼檔案和 HTML/ASP 頁面。

15. Triple Click 

通過三次點選來選擇程式碼

16. Go To Definition

通過Ctrl +滑鼠點選來執行 “Go To Definition” 操作

相關文章