Hey there lonely wanderer. A module for Magento 2 that may spark your interest. And its open-source. This module will give an overview of all preferences and plugins in your codebase.
And off-course it comes with some nifty commands
This module lists all plugin/preferences in your codebase, and adds some options to filter them to your liking.
Just the regular stuff
composer require itonomy/modification-detector
##Commands
List all preferences and plugins
bin/magento dev:modification:list
Filter by type: plugin | preference
bin/magento dev:modification:list -t plugin
Filter/Search all plugins containing keyword
bin/magento dev:modification:list -f MyModule
Filter all prefs/plugs by Magento itself
bin/magento dev:modification:list --no-native
Gives a count/overview of all plugins/preferences
bin/magento dev:modification:list --summary
- Overview of all classes having multiple plugins/preferences on the same class
- Checks if in a "around" plugins callable is called
bin/magento dev:modification:list --detect-conflict
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.