1

To auto complete a previously written string.

Is it possible?

EDIT I'm editing javascript/java if that matters.

dwc
  • 24,196
  • 7
  • 44
  • 55
OscarRyz
  • 196,001
  • 113
  • 385
  • 569

1 Answers1

2

Yes - the autocomplete key is 'escape' by default. See the TextMate manual for further information.

DaveR
  • 9,540
  • 3
  • 39
  • 58
  • Thank you!!! it was driving me crazy!!! :) About the manual... mhhhh ... mmhh well.. Beside having to write my own product user manual ( which I hate and usually I avoid ) do I have to read others them too??? :) :) :) ;) Thanks again – OscarRyz Jul 17 '09 at 22:47
  • 1
    Also, Google "Textmate tips" - I seem to pick up something new in every blogpost I read about TM. – Simon Scarfe Jul 18 '09 at 10:43