Code Review Add ins for VS.Net

  • Thread starter Thread starter Norton
  • Start date Start date
N

Norton

Dear All,

I am using an Add-In call MZ-Tools for my Visual Basic 6 Application, it
contains a function which allow me to review the souce code and locate the
variables which i have declared but no longer use.

Is anybody know if there any similar function in VS.Net's Add-Ins? or any
hints for me to write an Plug-in for VS.net to achive such functions?

Thx in advance

Regards,
Norton
 
Hi,

The tool 'Total .NET Analyzer' (http://www.fmsinc.com/dotnet/Analyzer/) does
this check (of course, it performs lot of other code checks/verifications
too).

(Its a great tool and worth buying!)

Dear All,

I am using an Add-In call MZ-Tools for my Visual Basic 6 Application, it
contains a function which allow me to review the souce code and locate the
variables which i have declared but no longer use.

Is anybody know if there any similar function in VS.Net's Add-Ins? or any
hints for me to write an Plug-in for VS.net to achive such functions?

Thx in advance

Regards,
Norton
 
Hi,

Check out Fx Cop.
http://www.gotdotnet.com/team/fxcop/

Ken
---------------
Dear All,

I am using an Add-In call MZ-Tools for my Visual Basic 6 Application, it
contains a function which allow me to review the souce code and locate the
variables which i have declared but no longer use.

Is anybody know if there any similar function in VS.Net's Add-Ins? or any
hints for me to write an Plug-in for VS.net to achive such functions?

Thx in advance

Regards,
Norton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top