vote up 4 vote down star

Hi is there any tool for Code riew that can used in VB 6.0 IDE

flag

25% accept rate
1  
define "code review tool". Something that will allow you to review other people's code, or something that checks your code for best practice/formatting/style/something else? – Martin Peck May 20 at 15:58

4 Answers

vote up 4 vote down check

Project Analyzer - very good - all kinds of metrics about your project (vb6, vba, vb.net)

http://www.aivosto.com/project/project.html

link|flag
Thank you very much guys – karthik May 21 at 8:09
vote up 6 vote down

While not a true code review tool, MZ-Tools 3 provides some functionality that may be useful: reviewing tab index properties on forms, reviewing unused variables, reviewing access keys on forms, sorting procedures, providing statistics.

It also provides some additional functionality outside of code review, such as: code snippet storage, rename propagation, and more. For a full list of features, see www.mztools.com/v3/features.aspx .

See their website for the free version for Visual Studio 5/6: www.mztools.com/v3/mztools3.aspx .

link|flag
Thank you very much – karthik May 21 at 8:10
Upvote for MZTools reference. – Ben Clark-Robinson Aug 4 at 5:54
vote up 0 vote down

MZ-Tools 3 is good.

It would be better to vote Daemonic's answer, but I dont have enough reputation, sorry.

link|flag
vote up 0 vote down

CodeSmart from AxTools has a Code Analyzer as well as a host of other great features that'll soon be unable to live with out. http://AxTools.com

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.