alexeypro
alexeypro

Reputation: 3673

TextMate for Java/Maven development

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!

Upvotes: 3

Views: 1895

Answers (2)

nicerobot
nicerobot

Reputation: 9235

Now there is: https://github.com/textmate/maven.tmbundle

Upvotes: 2

mokito
mokito

Reputation:

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

Upvotes: 0

Related Questions