Java code-completion in Textmate?

怎甘沉沦 提交于 2019-12-13 03:02:09

问题


I'm used to developing Java programs in Eclipse, where I can type something like... "SomeObject.", 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.


回答1:


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).



来源:https://stackoverflow.com/questions/3244982/java-code-completion-in-textmate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!