简体   繁体   English

如何在Eclipse Recommender中添加一些项目?

[英]How to Add Some Items In Eclipse Recommender?

In my Eclipse plugin I want to add some Items to Eclipse recommender so programmers can use them to add some code to project. 在我的Eclipse插件中,我想向Eclipse推荐器中添加一些项,以便程序员可以使用它们向项目中添加一些代码。 how can I do that ? 我怎样才能做到这一点 ? thank you... 谢谢...

There are many ways how you can contribute your own recommendations. 您可以通过多种方法来提出自己的建议。 You may contribute to Eclipse Code Recommenders' code completion by registering a so-called "completion session processor" OR you may contribute to Recommenders API docs view by adding your own "documentation provider". 您可以通过注册所谓的“完成会话处理器”来促进Eclipse Code Recommenders的代码完成,或者可以通过添加自己的“文档提供程序”来为Recommenders API docs视图做出贡献。 See http://eclipse.org/recommenders/manual/ for the different mechanisms currently available. 有关当前可用的不同机制,请参见http://eclipse.org/recommenders/manual/

For a detailed discussion of what you need, it certainly is more useful to contact the developer mailing list recommenders-dev@eclipse.org or discuss your needs at http://www.codetrails.com/community-forums . 要详细讨论您的需求,联系开发人员邮件列表Recommendations-dev@eclipse.org或在http://www.codetrails.com/community-forums上讨论您的需求肯定会更有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM