tags:

views:

41

answers:

2

I'm really used to auto-completion coming from Netbeans.

In Netbeans, when I type a 'string' and then hit a 'dot' it will print out a list of methods for the String class.

TextMate doesn't seem to have that function.

Is it something you could add?

Would save A LOT of time instead of using the ri/irb/online doc all the time.

+3  A: 
Jörg W Mittag
A: 

TM's "equivalent" is hitting escape, I believe. You can make escape "go across files" for completion if you use the ruby amp TM bundle http://code.google.com/p/ruby-amp/

GL. -r

rogerdpack