#if you have a file with:
 
def my_method_one
  #contents unimportant
end
def my_method_two
  #contents unimportant
end
my_array = []

typing the beginning of a variable name or method and then pressing the escape key will rotate through the available possibilities.
my_<esc>

It therefore works like tab completion in irb (assuming you have you have activated it in the .irb_rc file), but using the escape key rather than the tab key. 
Tim



On Wed, Jul 13, 2011 at 12:16 PM, John Relosa <john.relosa@yahoo.com> wrote:
Hello,

Is there a way to have TextMate be able to autocomplete previously typed variables, arrays etc?

Thanks in advance

Best,
John


_______________________________________________
textmate mailing list
textmate@lists.macromates.com
http://lists.macromates.com/listinfo/textmate