I'm used to developing Java programs in Eclipse, where I can type something like... "SomeObj开发者_如何学Goect.", and when I press ".", it has a small list popup from which I can choose (and automatically complete) the method and variable names within that object.
I was wondering if there is any version of this functionality in TextMate?
Thank you.
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).
精彩评论