From: Sharon Phillips Date: 2007-11-30T19:19:15+09:00 Subject: Re: Would ruby be easy to code in using voice recognition? > So my question is, does anybody know of a reasonable way to get at > least some amount of auto completion while developing ruby code? Try Netbeans. There's a ruby only package available (which is about as lightweight as Netbeans gets!) It seems to have one of the best Ruby code completion mechanisms I've seen and brings up the docs to the given method/class as well. Plus, it's an excellent ide for managing your projects. Cheers, Dave