[Reserved] practical plug-in VC ++ 6.0

[Transfer] http://www.cnblogs.com/witxjp/archive/2011/04/03/2004556.html

Visual Assist (highly recommended)
URL: http://www.wholetomato.com/
features: VA from 5.0 until now the VAX, more powerful, in addition to the version in the automatic identification of various keywords, the system function before, outside the member variables, input automatically gives tips, AutoCorrect capitalization errors, automatic labeling errors, etc., the latest version of the WorkSpace window also added a VA View, you can more easily find project files, classes and variables.


CodeManagerAddIn (highly recommended)

URL: http://blog.sina.com.cn/chendeng

Function: CodeManagerAddIn for the Visual Studio integrated development environment plug-ins. Plug-in supports all versions of Visual Studio 5.0 to 10.0. The main role is to provide a plug-in functionality for managing reusable code segments in the Visual Studio integrated development environment, including preservation code section, code snippets and code segments search share. It is more practical to write their usual snippets can be saved through this plug-in, and search for it in the future development process and inserted directly into the editor.

WndTabs (highly recommended)
URL: http://www.wndtabs.com/
function: WndTabs mainly displays all open file in the editor window, can more easily manipulate these files in the VC, such as changing file attributes, copy the file path, file name, and also open source, if you wish, you can add your own very interesting features.

LineCounter
URL:  http://www.wndtabs.com/
when used to count the number of lines of code of the whole project, including the total number of rows, the number of lines of code, number of comment lines, blank lines, etc., and the statistics together on multiple projects: Function not calculated the same file multiple times.

Spelly
URL: http://www.wndtabs.com/
features: a spell checker plug-in, you can spell-check the entire file or selected portions, supports C / C ++ / C # , VB, Fortran and HTML.

SourceStyler C ++
URL: http://www.sourcestyler.com/
Features: This plugin is for C ++ is a formatting tool that can target their coding habits, choose a coding style, you can also define your own, and define very detailed, expression, hands, template, class, enum, more than 10 some, certainly meet your needs.

Numega BoundsChecker (highly recommended)
function: is for the most comprehensive error detection tool for Visual C ++ 6.0 applications. BoundsChecker can automatically indicate static stack memory errors and resource leaks. BoundsChecker can check the latest Windows APIs, including ActiveX, DirectX, OLE / COM, ODBC , and so on. It can be found with the Windows platform compatibility.

Comment Wizard
URL: http://www.cppblog.com/fwxjj/
features: Visual C ++ plug-ins, provides Visual C ++ source code annotations standardization and automation. Under its help, you can quickly create a header file information notes, document annotation module, C ++ approach, as well as C language functions and historical correction function annotations, and so on.

Reproduced in: https: //www.cnblogs.com/doudongchun/p/3699745.html

Guess you like

Origin blog.csdn.net/weixin_33912445/article/details/93959349