is there a way to add auto-completion support for Java functions and libraries to Sublime Text 2, like Eclipse has?
is there a way to add auto-completion support for Java functions and libraries to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
importbut 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