------art_4307_27718082.1127864053788
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On 9/28/05, brian-usenet / slesinsky.org <brian-usenet / slesinsky.org> wrote:

> In my favorite Java IDE, whenever I'm reading some source code and it
> calls a method that I don't understand, I type "Control-B" to jump to
> the method's source code. I haven't found a convenient way to do this
> for Ruby code so far.


I do that in vim with Ctrl-] and excuberant ctags [
http://ctags.sourceforge.net/]. There should be plenty of other editors that
support ctags. I don't know about Java IDEs though.

------art_4307_27718082.1127864053788--