icomplete-vertical VS quick-autoloads

Compare icomplete-vertical vs quick-autoloads and see what are their differences.

icomplete-vertical

Global Emacs minor mode to display icomplete candidates vertically (by oantolin)

quick-autoloads

Generate bare-bone autoload stubs for Emacs source code quickly. (by amno1)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
icomplete-vertical quick-autoloads
4 2
93 1
- -
1.8 1.8
about 2 years ago over 2 years ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

icomplete-vertical

Posts with mentions or reviews of icomplete-vertical. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-09.
  • Completions in mini buffer
    1 project | /r/emacs | 8 Dec 2021
    You can display icomplete/fido vertically if you like that better with (setq icomplete-separator "\n") or with https://github.com/oantolin/icomplete-vertical
  • What I'd like to see done in Emacs
    12 projects | /r/emacs | 9 Sep 2021
    I don't use icomplete nor vertico most of the time, but I am very familiar with them. I've tried lots of completion UIs: default completion, ido (with ido-completing-read to get it everywhere), icomplete, vertico, selectrum, helm, ivy; and I've written several myself: icomplete-vertical, live-completions, grille, embark-collections-completions.
  • Is Ivy worth having?
    8 projects | /r/emacs | 17 Jun 2021
    Helm commands only work in Helm. Ivy and Counsel commands only work in Ivy. Consult commands work in Selectrum, Vertico, Icomplete Vertical, and maybe some other interfaces. That's all I meant. Of course, that only matters if you don't wish to use Helm or Ivy.
  • consult: Asynchronous grep - works with default completion, Icomplete and Selectrum!
    5 projects | /r/emacs | 3 Jan 2021
    Consult supports asynchronous candidate sources now! This allows to implement grep and find commands which update the candidate lists while you type. Consult is made to work well with the default completion system, Selectrum and Icomplete-vertical.

quick-autoloads

Posts with mentions or reviews of quick-autoloads. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-09.

What are some alternatives?

When comparing icomplete-vertical and quick-autoloads you can also consider the following projects:

vertico - :dizzy: vertico.el - VERTical Interactive COmpletion

borg - Assimilate Emacs packages as Git submodules

helm - Emacs incremental completion and selection narrowing framework

quelpa - Build and install your Emacs Lisp packages on-the-fly directly from source

selectrum - 🔔 Better solution for incremental narrowing in Emacs.

elisp-format - Originally from EmacsWiki

consult - :mag: consult.el - Consulting completing-read

link-hint.el - Pentadactyl-like Link Hinting in Emacs with Avy

.emacs.d - My current Emacs setup.

live-completions - Live updating of the *Completions* buffer

prism.el - Disperse Lisp forms (and other languages) into a spectrum of colors by depth

anaphora - Anaphoric expressions for Emacs Lisp, providing implicit temporary variables.