GNU ELPA - company-statistics

company-statistics

Description
Sort candidates using completion history
Latest
company-statistics-0.2.3.tar (.sig), 2024-Mar-31, 40.0 KiB
Maintainer
Ingo Lohmar <i.lohmar@gmail.com>
Atom feed
company-statistics.xml
Website
https://github.com/company-mode/company-statistics
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

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.

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)

Alternatively, make sure company-statistics.el is in your load-path, and add to your init.el file

(require 'company-statistics)
(company-statistics-mode)

to load the package manually and turn on the mode.

See the (few but powerful) customizable options for details M-x customize-group company-statistics.

1.3. Design

Company-statistics is an add-on for company-mode, but is only loosely coupled to it (it works by adding a sorting function to company-transformers as well as a handler to company-completion-finished-hook). It is designed with some flexibility in mind as for the recorded context information and the way candidates are scored: the default pair of functions are only examples! The stats are automatically persistent between sessions.

1.4. Have Fun!

Old versions

company-statistics-0.2.2.tar.lz2015-Nov-277.87 KiB
company-statistics-0.2.1.tar.lz2015-Jun-297.82 KiB
company-statistics-0.1.1.tar.lz2015-Feb-076.72 KiB
company-statistics-0.1.tar.lz2015-Jan-296.58 KiB