VB Project Analyser

This is a utility designed for Visual Basic developers.  It analyses various aspect of a Visual Basic projects.  The main feature are :
 
  • Line of code count for each Objects
  • Total Line of codes
  • Total Line of Comments
  • List of Controls
  • List of Variables
  • List of Function
  • List of Objects
  • List of References
 
It also analyses for unused variable and references which can be useful for a developer.  It uses a hierarchal tree structure to display the information.
 
It can be modified to as a VB Add-In very easily.
 
[Screen Shot]


Back to Development