標籤:des style blog http color io os java ar
Microsoft Visual Studio(簡稱VS)是美國微軟公司的開發工具套件系列產品。VS是一個基本完整的開發工具集,它包括了整個軟體生命週期中所需要的大部分工具,如UML工具、代碼管控工具、整合式開發環境等等。所寫的目標代碼適用於微軟支援的所有平台,包括Microsoft Windows、Windows Mobile、Windows CE、.NET Framework、.NET Compact Framework和Microsoft Silverlight。(摘自維基百科)
Visual Assist X 這個高效外掛程式很多程式員都應該熟悉。除此之外,Visual Studio 同樣有很多外掛程式,有助於開發人員/程式員的開發工作。本文收集整理了其他 16 個不錯的外掛程式。
0. DevColor Extensions
一個小工具,也包括了一個顏色選取器。
1. Snippet editor
Snippet Designer 是一個開源外掛程式,有助 VS 提供更為豐富和更為高效的編碼經曆。
2. 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.
3. Image Optimize
在 Solution Explorer 中的任意檔案夾和圖片上增加一個右擊菜單,可來最佳化檔案夾中的 PNG、GIF 和 JPEG 檔案。最佳化並不影響圖片品質,最佳化過程採用了業內已證明的演算法,用於移除 EXIF 資訊和其他資料。
4. VS Command 10 Extension
VS Commands provides code navigation and generation improvements which will make your everyday coding tasks blazing fast and, together with tens of essential IDE enhancements, it will take your productivity to another level.
5. Web Essentials
The Live Web Preview tool window loads your website/project in a browser and will update every time you save or build. You can turn on live editing for CSS which lets you see your CSS changes on your actual website as you type each keystroke.
6. JS Enhancements
This extension provides outlining and matching braces highlighting features for Visual Studio JavaScript and CSS editor. Works both in JS/CSS files and HTML script/style blocks.
7. Numbered Bookmarks
Numbered Bookmarks allows users to create and recall bookmarks by using numbers. User can create 10 bookmarks (starting from 0 to 9). User can add or navigate to the particular bookmark by using the same shortcut key. The tool adds a bookmark margin to visual studio editor, next to scrollbar.
8. FoxCop Integrator
FxCop Integrator allows to integrate stand-alone FxCop and Code Metrics PoewrTool into VS2010. You can analysis your source code on VS2010 Pro.
9. Code Compare
Code Compare is a powerful file and folder comparison tool that demonstrates new level of code comparison. Advanced comparison approaches, which consider the peculiarities of different programming languages, make a significant advantage in code comparing.
10. Open Folder in New Windows Explorer
Extend the “Open Folder in Windows Explorer” context menu option to the code editor and to all files in solution explorer.
11. 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.
12. Visual Studio Color Theme
Allows users to customize the color palette used for menus, toolbars, tabs, title bars, and other environment colors.
13. Spell Checker
This extension provides spell checking support for various “natural language” portions of files. This includes:
Plain text files (the entire file is spell checked)
Source code (comments and strings are spell checked)
HTML/ASP (things that aren’t HTML tags are spell checked)
14. Triple Click
Makes triple click select an entire line.
15. Go To Definition
Make ctrl+click perform a “Go To Definition” on the identifier under the cursor. Also, when the ctrl key is held down, highlight identifiers that look like they have definitions to navigate to.
16. VsVim
曾在@程式員的那些事 推薦過這個外掛程式:VsVim,在 Visual Studio 2010 環境下類比 Vim 。
英文原文:zoomzum 編譯:伯樂線上 – 黃利民
16個不錯的Visual Studio外掛程式