This article will be one by one to describe the 2009 ten Visual Studio Plug-ins, I hope that you understand these plug-ins help. Here we will talk about the 2009 ten Visual Studio Plug-ins, through the introduction of the Top ten Visual Studio plug-in Plug-ins, hoping to help you with the development of Visual Studio.
Read more about Visual Studio 2005 development Environment use develop Visual Studio program considerations in-depth analysis of Visual Studio Introduction the Visual Studio CTP installation step expert describes the various versions of Visual Studio using Skills
1. Ankhsvn-subversion SCC Provider
http://ankhsvn.open.collab.net/
ANKHSVN is a vs Subversion source code management provider. With this plugin, you can easily use subversion to manage your projects and code in Visual Studio. The project remains quite active. The latest version in this article is 2.1.7444. Developers are strongly recommended, especially if you are hosting your project on Google Code or sourceforge, you can use this Visual Studio plugin to connect to your project.
2. Metalscroll
http://code.google.com/p/metalscroll/
Metalscroll is a replacement for Rockscroll Plug-ins. It replaces the Code Editor's scroll bar with a code thumbnail.
3. Source Code outliner Power Toy
Http://www.codeplex.com/SourceCodeOutliner
is another plugin for easy viewing of the code outline. If you are using Eclipse to develop Java projects, you may be accustomed to the ease of the eclipse outline display. This plug-in implements this particularly useful feature, it can display the member information of the class in a window, facilitate the developer to view and navigation.
4. GhostDoc
Http://submain.com/products/ghostdoc.aspx
GhostDoc is a free automatic document generation plugin. It can automatically generate XML annotation information based on the type information and parameters of methods and methods.
5. Copy as HTML
Http://www.lavernockenterprises.co.uk/downloads/copyashtml/copyashtml.aspx
6. VsVim
Http://blogs.msdn.com/jaredpar/archive/2009/09/09/vim-emulator-editor-extension-released.aspx
Are you a VIM fanatic? The network is not lack of these loyal believers, such as Fan Chun Crazy insist on using Vim to do their own development. This plugin provides a VIM emulator for vs. You can use "VIM" to edit your code.
7. VS 2008 File Finder
Http://www.huffs.us/blogEngine/page/VS-2008-File-Finder.aspx
Using this plug-in is useful when looking up a file in a solution that contains n projects. It provides a window to quickly locate a file in the project. A ctrl+shift+r shortcut key similar to eclipse.
8. Powercommands for Visual Studio 2008
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=PowerCommands&ReleaseId=559
Provides a stack of command extensions for vs.
9. Tracexplorer
http://tracexplorer.devjavu.com/
Https://groups.google.com/group/tracexplorer?pli=1
Tracexplorer is a TRAC client. You can browse and manage the ticket in Trac in vs.
Clone Detective for Visual Studio
http://clonedetectivevs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=16114 This plugin can analyze the code in the project and find those duplicate code. Duplication of code is not only redundant, but once the business logic is modified, multiple code is not good at maintaining consistency.