http://squeaksource.com/OCompletion.html
- This package is incorrectly named as Ocompletion (with a small 'c').
- Also, there are two test packages, one of which is Ocompletion-Tests and the other OcompletionTests. The second is included in the Pharo release.
Repository notes
- OCompletion builds on ECompletion and improves its accuracy. We have shown in an article (http://www.inf.unisi.ch/phd/robbes/papers/ASE2008-completion.pdf) that the algorithm OCompletion uses (based on recent activity) considerably improves the accuracy of code completion. That is, the actual selector you want to insert is usually in the top 3 matches OCompletion proposes.