Sublime Forum

SublimeJava - Java completion

#1

Using Java’s built in reflection ability to lookup the available class members. I don’t code java much these days myself, so not sure how much I’ll improve on it but pull requests are more than welcome.

Please report any issues on the github page rather than here.
github.com/quarnster/SublimeJava

0 Likes

#2

:frowning: I feel… defeated.

github.com/BoundInCode/Display-Functions

0 Likes

#3

So anyway, does this mean I should abandon my plugin? Looks like yours is just like mine but better…

0 Likes

#4

Sublime! :smiley: Is per-project settings for plugins available in ST2 nowadays? If not, could you consider adding support for it in SublimeJava? Was thinking something like this:

yuji.wordpress.com/2011/07/13/su … -settings/

Also, would it be possible to have a list of classpaths?

All the best / Astro

0 Likes

#5

astrogee, per project settings are supported. The classpath setting is now a list.

0 Likes

#6

Hi. I don’t know how useful this would be for other people, but I made a gradle plugin that generates sublimetext project files, including the sublimejava_classpath list.

https://github.com/phildopus/gradle-sublimetext-plugin

0 Likes

#7

First the clang completion. Now for java which is what i actually use at work. Thanks a million Quarnster. :smiley:

0 Likes

#8

Quarnster, I registered on this forum so I could thank you for giving us such wonderful plugins! I thought the SublimeClang was just brilliant and now I don’t have to use Eclipse for my java stuff anymore! Thank you!

0 Likes