问题描述
我习惯于在 Eclipse 中开发 Java 程序,我可以在其中输入诸如...SomeObject."之类的内容,当我按下."时,它会弹出一个小列表供我选择(并自动完成)该对象中的方法和变量名称.
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.
我想知道 TextMate 中是否有此功能的任何版本?
I was wondering if there is any version of this functionality in TextMate?
谢谢.
推荐答案
来自 TextMate 的常见问题解答:
问:TextMate 是否有代码补全功能,例如输入变量名称并查看该变量(对象)的所有成员数据?
答:没有.
听起来您不想要文本编辑器(例如 TextMate);您需要一个 IDE(例如 Eclipse 或 Visual Studio).
Sounds like you don't want a text editor (like TextMate); you want an IDE (like Eclipse or Visual Studio).
这篇关于Textmate 中的 Java 代码完成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!