用于 Java/Maven 开发的 TextMate
有人使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在有: https://github.com/textmate/maven.tmbundle
Now there is: https://github.com/textmate/maven.tmbundle
我不这么认为。如果您想要更复杂的东西,您将需要一个真正的 IDE 或带有一些插件的 JEdit。
I don't think so. If you want something more sophisticated, you'll need a real IDE or JEdit with some plugins.