From: David Balmain Date: 2005-09-28T08:34:17+09:00 Subject: Re: How do you read ruby source code? ------=_Part_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 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 tha= t support ctags. I don't know about Java IDEs though. ------=_Part_4307_27718082.1127864053788--