Skip to content

Add jump to declaration for add_shortcode #70

@Chris2011

Description

@Chris2011

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

  1. Write add_shortcut('your_shortcode_name', 'your_shortcode_callback'); in your functions php or plugin.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions