Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Switching from Eclipse to Netbeans

I'm trying to switch from Eclipse to Netbeans for my PHP projects. All is well and fine, but there are a few features that I'm missing, namely:

  • Shortcut for Open method/function and go to declaration from any file in the project
  • Shortcut for Display class methods for a class I'm currently in

If there are key bindings for the above, I would be happy to find them out.

Thx

like image 782
Interfector Avatar asked Jan 07 '10 08:01

Interfector


1 Answers

Shortcut for Open method/function and go to declaration from any file in the project

Go To Symbol - CRTL + ALT + SHIFT + O

like image 166
Tomas Mysik Avatar answered Sep 21 '22 15:09

Tomas Mysik