Hi devs and especially Caleb,
This is a wild idea of how to combine a Recommendation Engine and the Auto Completion
Extension we have.
See
https://blogs.oracle.com/geertjan/entry/eclipse_recommenders_for_netbeans_i… for the
details.
In short, it’s about listing the most used APIs at the top of the suggestion box when
hitting the auto completion shortcut key.
WDYT? Would the Recommendation Engine used
by
http://extensions.xwiki.org/xwiki/bin/view/Extension/RecommendationsApplica… work
for this?
I’m mostly curious at this stage since I don’t know how much work it would require. The
idea would be that the recommendation engine would read all extension code found on github
xwiki and xwiki-contrib repos to generate a usage list. This would need to run regularly
and the result would need to find its way into the Auto Completion Extension somehow.
Just a wild idea… :)
Thanks
-Vincent