[Feature Request] link to plugin / theme editor
-
If there’s one feature I’d like to see, is automatic linking of the method/function location to the plugin/theme editor.
For example, when I’m inspecting what functions and methods are hooked to the ‘admin_menu’ hook, I see the System Dahsboard plugin has System_Dashboard_Admin::sd_register_submenu at /home/user/webapps/wpplugins-build/wp-content/plugins/system-dashboard/admin/class-system-dashboard-admin.php:11106.
It would be great if the file path can be linked to the plugin editor (WP core’s). Perfection is if there is a way that opening the file editor would automatically scroll down the CodeMirror editor to the exact line (11106). This way, it’s very easy to actually find and see the actual code being executed.
p.s. my plugin, Debug Log Manager, has a way to perform this auto-linking Iwithout the auto scroll down though). Perhaps there’s some code there that you can reuse?
Thank you for considering this.
You must be logged in to reply to this topic.