Jarek
Jarek

Reputation: 7729

Any Eclipse autocompletion plugins?

I am not very satisfied with the behavior of Eclipse default autocompletion, unfortunatelly I've been unable to find any alternatives...

Did anyone find anything that could help me? Thank you...

Edit:

main issue is that eclipse doesn't select good candidates to be inserted, i tried to play with seting in advanced context assist preferencess but with minimal success.

Upvotes: 3

Views: 5703

Answers (2)

Marcel
Marcel

Reputation: 187

can you describe what exactly is unsatisfying? Maybe by giving an example? Code Recommenders is working on various ways how to make code completion bit smarter. You may check

which might be closely related. The subwords completion engine mentioned in the blog post has been started because of a post here from stackoverflow and a request in the code recommenders forum http://www.eclipse.org/forums/index.php/t/209269/

You may consider to do the same (discuss your need at code recommenders forum)?

Upvotes: 4

Stephan
Stephan

Reputation: 1190

Maybe this plugin is what you are looking for: http://www.eclipse.org/recommenders/

Upvotes: 0

Related Questions