开发者

Any Eclipse autocompletion plugins?

开发者 https://www.devze.com 2023-03-05 11:57 出处:网络
I am not very satisfied with the behavior of Eclipse default autocompletion, unfortunatelly I\'ve been unable to find any alternatives...

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 candidate开发者_如何学JAVAs to be inserted, i tried to play with seting in advanced context assist preferencess but with minimal success.


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

  • http://www.eclipse.org/recommenders/manual/#completion-engines and
  • http://code-recommenders.blogspot.com/2011/05/subword-matching-completion-engine-for.html

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)?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消