Red Bottle
Red Bottle

Reputation: 3090

Shortcut to go to a function in Netbeans

In Eclipse, I can go to a function by toggling Ctrl + Mouse Left Click. It doesn't seem to work in Netbeans. Is there an alternative to do so? It would save me a lot of time. Thanks.

Upvotes: 1

Views: 2181

Answers (1)

Shashanth
Shashanth

Reputation: 5200

In Netbeans Ctrl + Mouse Left Click should work. (For me it's working)

or place the cursor on method(function) call and use Ctrl + Shift + B or Ctrl + B so this will take you to the method definition(method body).

Hope this will be helpful.

Upvotes: 2

Related Questions