Code Flow Explorer Overview
The Visual Basic code editor doesn't offer any tool that can help you
while working inside a method body. Usually, when you work with
fairly straight and simple methods it's enough to browse their code
inside the code window to grasp a general idea about the code's logic.
But trying to understand and navigate inside complex
methods, with hundreds of code lines, nested conditional blocks and
loops, can become difficult. Due to their size, it is hard to obtain
the same general idea of how code really works.
The CodeSMART Code Flow Explorer can ease your task while working inside complex
methods. Used in conjunction with the CodeSMART Project Explorer or
as a separate tool it can parse your code offering instant access to the
internal structure and the logical code blocks contained by particular method.
See Also
Back To Top
|