-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Issue type
- Bug
- Enhancement
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 add_shortcut 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels