is there a way to add auto-completion support for Java functions and libraries to Sublime Text 2, like Eclipse has?

link|improve this question
for example sublimetext.com/forum/search.php?fid[]=4 – mKorbel Feb 20 at 22:51
feedback

1 Answer

up vote 3 down vote accepted

You can try out my plugin: Display-Functions (Java). It adds function autocompletion for files in the current directory. It's pretty powerful, too. I have debated adding support for import but have not seen a high enough demand. If that's important though, let me know.

You can install it through Package Control or from Github: https://github.com/BoundInCode/Display-Functions

link|improve this answer
thanks i installed it via package control. it works with my classes but it wont work with for example when i import java.util.* – SegmentationFault Feb 21 at 17:33
Yeah, I've considered adding support for import <something> but (a) Haven't gotta around to it (b) want to keep it fast and lightweight (c) haven't had enough people request it to prompt me to do it. If I get some time later, I'll check it out and see what I can do. – BoundinCode Feb 21 at 20:46
thank you. I am watching your repo on github :) – SegmentationFault Feb 21 at 21:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.