tags:

views:

123

answers:

2

I'm finding that with Ruby or RoR code, Netbeans' "go to declaration" doesn't show as lit up. Is there some way to turn this on?

Also: Eclipse with RadRails seems to have this for Ruby? RubyMine seems to as well... surely Netbeans can't be missing this normalish feature.

+1  A: 

Mouse right button->Navigate->go to declaration should do it

Or, as I prefer, the shortcut ctrl+B.

Luis
this works for you IN RUBY?
Yar
A: 

Also, ctl(or option in mac)-click over a method or var will browse to the declaration as well. I do it all the time in ROR project.

Dave Sims
Okay, cool, it's just so limited. For instance, it cannot even find a helper method from a view. Both RadRails and RubyMine do this.
Yar