When I use Merb's built in console, I get tab auto-completion similar to a standard bash prompt. I find this useful and would like to enable it in non-merb IRB sessions. How do I get auto-completion in IRB?
|
|
|
|
|
|
|
Just drop require 'irb/completion' in your irbrc. If that doesn't work try bond, http://tagaholic.me/bond/:
Bond not only improves irb's completion, http://tagaholic.me/2009/07/22/better-irb-completion-with-bond.html, but also offers an easy dsl for making custom autocompletions. |
||
|
|
|
|
Look here: irb auto-completion |
||
|
|
|
|
Check out this page for instructions http://www.sufixo.com/raw/2006/05/29/tip_ruby_irb_auto-complete/ |
||
|
|
|
|
This is just repeating the information on Cody Caughlan's comment above so it is easier to find: either
|
|||
|
