Graphvizforce-Lightning
Graphvizforce-Lightning copied to clipboard
auto-build from Apex can scan a user-selected set of classes
Useful for devs when reverse engineering a codebase. Want to select 1 or 2 classes.
This feature has been anticipated so the custom meta-data for a source already includes a field for the Lightning component name. If this is present then use dynamic creation in lightning to create the component and then send the results from it back when starting the scan.
The dynamically created component is just a list of Apex classes with checkboxes. A search box can make it easier to find the class you want.
Then a submit button to start the scan
possibly a slider to reduce line range in a single class and only show refs from range. devs want to reverse engineer a specific block of code