用于 Java/Maven 开发的 TextMate

发布于 2024-08-06 23:38:08 字数 365 浏览 2 评论 0原文

有人使用 TextMate 进行 Java/Maven 开发吗?我可以使用任何捆绑包吗?我知道 Maven 和 Java 的常规捆绑包(用于生成部分代码),但是是否有任何捆绑包可以帮助列出类方法? (就像 Eclipse/Netbeans/等所做的那样)。不是当前的类方法,而是说我有 FirstDemo.java,它有方法 demo(String a) 和 demoThis(String a, int b)。

在 SecondDemo.java 中,我想输入 new FirstDemo().[单击此处] 并查看 demo(String a) 和 demoThis(String a, int b) 列表,以便我可以从中进行选择。

我有机会做这样的事情吗?

谢谢!

Is anybody doing Java/Maven development with TextMate? Any Bundle I can use for it? I am aware of regular bundles for Maven and Java (to generate part of the code), but are there are any bundles to help list classes methods? (like Eclipse/Netbeans/etc. does). And not the current class methods, but say I have FirstDemo.java which has methods demo(String a) and demoThis(String a, int b).

In SecondDemo.java I want to type new FirstDemo().[click something here] and see list of demo(String a) and demoThis(String a, int b) so I can choose from them.

Any chance I can do something like that?

Thanks!

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

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

发布评论

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

评论(2

她如夕阳 2024-08-13 23:38:08

我不这么认为。如果您想要更复杂的东西,您将需要一个真正的 IDE 或带有一些插件的 JEdit。

I don't think so. If you want something more sophisticated, you'll need a real IDE or JEdit with some plugins.

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