Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto-build from Apex can scan a user-selected set of classes #56

Open
stevebuik opened this issue Aug 24, 2018 · 1 comment
Open

auto-build from Apex can scan a user-selected set of classes #56

stevebuik opened this issue Aug 24, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stevebuik
Copy link
Owner

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

@stevebuik stevebuik added enhancement New feature or request help wanted Extra attention is needed labels Aug 24, 2018
@stevebuik
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant