It is possible to navigate to declaration on ctrl + click for the method name inside of add_filter and add_action. Unfortunately, this is not possible for addshortcut and maybe other add* methods who uses methodnames in method call.
Steps to reproduce
Write add_shortcut('your_shortcode_name', 'your_shortcode_callback'); in your functions php or plugin.
Ctrl + hover string 'your_shortcode_callback'.
Actual results
See no link to click and jump to the method declaration
Expected results
See link to click and jump to the method declaration as for add_filter and add_action.
Your environment (NetBeans and plugin version, e.t.c.)
Windows 10 64Bit, NetBeans 8.2 PHP WordPress Blog/CMS 0.9.5
Issue type
Overview description
It is possible to navigate to declaration on ctrl + click for the method name inside of add_filter and add_action. Unfortunately, this is not possible for addshortcut and maybe other add* methods who uses methodnames in method call.
Steps to reproduce
Actual results
See no link to click and jump to the method declaration
Expected results
See link to click and jump to the method declaration as for add_filter and add_action.
Your environment (NetBeans and plugin version, e.t.c.)
Windows 10 64Bit, NetBeans 8.2 PHP WordPress Blog/CMS 0.9.5