ido-at-point

Homepage: https://github.com/katspaugh/ido-at-point

Author: katspaugh

Updated:

Summary

Ido-style completion-at-point

Commentary

This package is an alternative frontend for `completion-at-point'.
It replaces the standard completions buffer with ido prompt.
Press  or  to complete a symbol at point.

Installation:

(require 'ido-at-point) ; unless installed from a package
(ido-at-point-mode)

Dependencies