This Open Source project is being developed by Mohamad Makkawi.In Visual Studio Functional Code Map and Code Map help you more quickly see how your program code fits together without reading through files and lines of code. Code Map , you can see the organization and relationships in your code, including its structure and its dependencies, how to update it, and estimate the cost of proposed changes. Functional Code Map , you can see the functional structure of the system with an insight . by displays a (FFBD) Functional Flow Block Diagram which is primary functional analysis technique . Purpose: to show the sequential relationship of all functions that must be accomplished by a system. Each function (represented by a block) is identified top-down so that sub-functions are recognized as part of larger functional areas.- To know the difference between Functional Code Map and Code Map :
- So how to use it ?Go to solution explorer then click the right mouse button over the cs file to show the list of tools from there, right click on the Show on Functional Code Map button This will result in a file with the .dgml , in which you cannot find the output like this You can find many interesting projects in my GitHub : https://github.com/MoMakkawi |