

VBDepend
1 like
VBDepend supports the Code Query Language (CQL) for maximum flexibility. VBDepend analyse VB6 and VBA.
Cost / License
- Paid
- Proprietary
Platforms
- Windows

VBDepend
1 like
Features
- Compare Source Code
VBDepend News & Activities
Highlights All activities
Recent activities
No activities found.
VBDepend information
No comments or reviews, maybe you want to be first?
What is VBDepend?
VBDepend supports the Code Query Language (CQL) for maximum flexibility. VBDepend analyse VB6 and VBA.
CQL will help you answer in seconds your questions about your code base:
-
Which public methods have more than 30 lines of code? SELECT METHODS WHERE NbLinesOfCode > 30 AND IsPublic
-
Which classes Derived From CBase? SELECT TYPES WHERE IsClass AND DeriveFrom "CBase"
-
Which methods have been refactored recently ? SELECT METHODS WHERE CodeWasChanged
