Textmate 中的 Java 代码完成?

发布于 2024-09-10 10:59:31 字数 156 浏览 8 评论 0原文

我习惯于在 Eclipse 中开发 Java 程序,我可以在其中输入类似...“SomeObject.”的内容,当我按“.”时,它会弹出一个小列表,我可以从中选择(并自动完成)该对象中的方法和变量名称。

我想知道 TextMate 中是否有此功能的任何版本?

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

廻憶裏菂餘溫 2024-09-17 10:59:31

来自 TextMate 的常见问题解答

问:TextMate 是否具有代码补全功能,例如输入变量名称并查看该变量(对象)的所有成员数据?

答:没有。

听起来您不需要文本编辑器(如 TextMate);您需要一个 IDE(例如 Eclipse 或 Visual Studio)。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文