Version 0.2.3 of package Company-Statistics has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Company-Statistics describes itself as: ======================================== Sort candidates using completion history ======================================== More at https://elpa.gnu.org/packages/company-statistics.html ## Summary: 1 company-statistics ════════════════════ 1.1 About ───────── Company-statistics is a global minor mode built on top of the in-buffer completion system [company-mode]. The idea is to keep a log of a certain number of completions you choose, along with some context information, and use that to rank candidates the next time you have to choose — hopefully showing you likelier candidates at the top of the list. [company-mode] <http://company-mode.github.io/> 1.2 Use It ────────── Using the package is simple. If you install it from the elpa.gnu.org repository with Emacs' package manager, you only need to enable the mode, e.g., in your `init.el' file: ┌──── │ (add-hook 'after-init-hook 'company-statistics-mode) └──── ## Recent NEWS: [Not provided 🙁]
