When using vs, we do not pay attention to third-party plug-ins on. Today, I saw an article listing a lot of plug-ins that I have used. I think it is more practical to use ankhsvn, copy as HTML and vsvim (vs2010 can be used ).
Among them, copy as HTML is very useful for blog writing. Examples are as follows: (unfortunately, Baidu space does not support courier new equal width fonts. For more information about programming fonts, see another article: programming fonts)
- /*
- ** Int Foo ()
- */
- Int Foo ()
- {
- Printf ("foo ");
- Return 0;
- }
Other related plug-ins are described as follows:
1. ankhsvn-Subversion SCC provider
Http://ankhsvn.open.collab.net/
Ankhsvn is a vs subversion source code management provider. With this plug-in, you can easily use subversion in Visual Studio to manage your projects and code. This project remains quite active. The latest version is 2.1.7444. Developers are strongly recommended to use this plug-in, especially when you host your project on Google Code or SourceForge. You can use this plug-in to connect to your project.
2. metalscroll
Http://code.google.com/p/metalscroll/
Metalscroll is the replacement of the rockscroll plug-in. It replaces the scroll bar of the code editor with a code thumbnail.
3. Source Code outliner power toy
Http://www.codeplex.com/SourceCodeOutliner
Is another plug-in to facilitate viewing the Code outline. If you use eclipse for Java project development, you may be used to the convenience of eclipse outline display. This plug-in provides this particularly useful function. It can display the class member information in a window for developers to conveniently view and navigate.
4. ghostdoc
Http://submain.com/products/ghostdoc.aspx
Ghostdoc is a free automatic file generation plug-in. 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
Copy as HTML is a lightweight vs plug-in. You can use it to copy your code in HTML format in. During replication, it can keep the syntax highlighted, indent, background color, number of lines, and so on, so that you can easily copy your code to your blogs and documents.
6. vsvim
Http://blogs.msdn.co M/jaredpar/archive/2009/09/09/vim-emulator-editor-extension-released.aspx
Are you a fan of Vim? There is no lack of loyal credibility in the network, such as fan chunge's enthusiastic insistence on using Vim for their own development. This plug-in provides a Vim Simulator for. You can use "Vim" to edit your code.
7. vs 2008 file Finder
Http://www.huffs.us/blogEngine/page/VS-2008-File-Finder.aspx
This plug-in is useful when you find a file in a solution that contains N projects. It provides a window to quickly find a file in the project. Similar to the CTRL + Shift + R Shortcut of Eclipse.
8. powercommands for Visual Studio 2008
Http://code.msdn.microsoft.com/Release/ProjectReleases.aspx? Projectname = powercommands & amp; releaseid = 559
Provides a bunch of command extensions for.
9. tracexplorer
Http://tracexplorer.devjavu.com/
Https://groups.google.com/group/tracexplorer? PLI = 1
Tracexplorer is a TRAC client. You can browse and manage ticket in TRAC in.
10. Clone detective for Visual Studio
Http://clonedetectivevs.codeplex.com/Release/ProjectReleases.aspx? Releaseid = 16114
This plug-in can analyze the code in the project and find the repeated code. Duplicate code is not only redundant, but once the business logic is modified, it is difficult to maintain consistency in multiple codes.