[TxMt] Re: Auto complete?
Tim Rand
timrandg at gmail.com
Wed Jul 13 19:25:12 UTC 2011
#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 at 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 at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20110713/35abb570/attachment.html>
More information about the textmate
mailing list