tags:

views:

12

answers:

1

Previous, I develop Java in Eclipse, I can do something like... "SomeObject.", when I press ".", it have a small list popup, and I can choose the methods and variables, can I do the similar thing on Textmate? Thank you.

+1  A: 

From TextMate's FAQ:

Q: Does TextMate have code completion, e.g. type a variable name and see all member data for that variable (object)?

A: No.

Sounds like you don't want a text editor (like TextMate); you want an IDE (like Eclipse or Visual Studio).

J Cooper