tusharjoshi / netbeans-php-drupal

Netbeans Drupal Development Tool
Apache License 2.0
107 stars 14 forks source link

Feature request: Map a 'page callback' => 'XYZ' to a NetBeans editor PHP function declaration at 'function XYZ' #36

Open bronius opened 9 years ago

bronius commented 9 years ago

Sure would love to be able to do more clicking in NetBeans. This module is super helpful for what it provides, but wouldn't it be great to be able to control-/cmd- click a hook_menu page callback and get to the page callback? Take it a step further and the same could be for a drupal_get_form page call back to get to its first array('XYZ_form') argument.

I'd love this ... but I wouldn't know where to begin!