company-mode
Modular in-buffer completion framework for Emacs (by company-mode)
helm
Emacs incremental completion and selection narrowing framework (by emacs-helm)
company-mode | helm | |
---|---|---|
41 | 48 | |
2,240 | 3,417 | |
0.2% | 0.2% | |
8.5 | 9.7 | |
21 days ago | 2 days ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | 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.
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.
company-mode
Posts with mentions or reviews of company-mode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-11.
-
LSP could have been better
I'm curious to know what `company` does differently here than `corfu`. As a longtime user I couldn't be happier.
https://company-mode.github.io/
-
C β> Guile is moving in the wrong direction: rather than going from a poor-but-performant systems programming language like C to a pedagogic language like Scheme, itβd be a better idea to move to an rich-and-performant language meant for industrial systems programming like Common Lisp
they wrote the first word and auto-completed the rest
-
Doom completion in vanilla emacs
For me, it's http://company-mode.github.io and maybe a touch of all-the-icons..
-
How can I get suggestions for filenames in python?
I'm not sure if I did anything special to enable it, but I'm pretty sure company-mode does this
-
Replacing packages with more "stripped down" packages
When I started using Emacs I was following the setup outlined by System Crafters, which I still think is a really good introduction. But, over the last few months I've started to replace packages with more "minimalist" or "stripped down" packages. I've switched from Ivy and Counsel to Vertico and Consult, and recently I switched from company to corfu for auto-completion.
-
Help a Linux kernel dev setup LSP
As for the Emacs configuration, you should only need a few lines of code, in order to get them up and running, if you are planning to keep your setup as close to vanilla as possible. If you are interested, you could additionally install a completion framework like company-mode to help you out.
-
Which is the best tool to enable extension in emacs?
As for auto-completion, there's a few different variants that people use. Auto-complete being one of them, but an alternative you might want to try is http://company-mode.github.io/
-
Auto-complete previews while typing w/ plug-able back-ends?
For the company-mode see Frontends.
- Let's share your top 3 packages that you can't live without.
-
What are some must-have packages for emacs?
Company is a classic, though corfu and cape, also by Daniel Mendler is really excellent.
helm
Posts with mentions or reviews of helm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-09.
- lsp-treemacs icons not showing in Mac Terminal
-
How can I temporarily bypass helm and put free text
Oh wow wow wow! I just checked your commit on the repository. That's so amazing. I really appreciate that. And I also found a convenient donation link.
- Looking Back On Helm (secure email appliance)
-
Best emacs configs for Javascript and/or users who don't like to memorize keybindings?
Next you "only" have to remember (elisp) function names. "Completion UIs" like ivy/counsel, icomplete, helm or vertico/consult, give you a nice auto completion list on M-x (choose the one of them, you like the most). Some of those Completion UIs will display existing keybindings and a short documentation for commands, near the auto complete candidates. So you will start to remember more keybindings without "learning sessions", just because invoking functions via keybindings is much faster (more convenient).
-
org-SUPER-sparse-tree?
I use imenu, and helm-imenu to filter out the list interactively. Instead of scrolling through, you "jump" to an item via completion like helm-imenu, which filters all headings interactively in real-time as you type.
-
Is There A Buffer Package Like Vertico Pos-Frame That Makes A Rectangle Frame In The Middle For Dired Mode?
I personally use Helm, so I can manage all files (open, delete, copy, rename, etc) all from completing prompt directly, I don't need to open Dired for that.
-
What are the benefits of Vertico over Helm or Ivy?
Helm 1.2 release was in September 2011: https://github.com/emacs-helm/helm/releases/tag/v1.2
-
(require 'ffap) after bug fix #2574 in helm-lib.el?
I updated helm recently and when trying to use it after startup I was hitting "Defining as dynamic an already lexical var" . debugger showed me it was due to `ffap-machine-p-local` not being defined yet, digging into helm-lib.el i found that it is due to the ffap let bindings added recently to `helm-guess-filename-at-point` - the first one was to address this issue https://github.com/emacs-helm/helm/issues/2574 and more recently two more ffaps were let bound. I can fix by adding `(require 'ffap)` in the helm `use-package` `:config` -- wondering if this is the recommended way or if it might be something worth living inside helm-lib.el near the top where it requires cl-lib already?
-
Drastic slowdown in Helm+auctex
Related to https://github.com/emacs-helm/helm/discussions/2577
-
Completion command for common file moving/copying commands
Yes, Helm. Probably others like Embark.
What are some alternatives?
When comparing company-mode and helm you can also consider the following projects:
corfu - :desert_island: corfu.el - COmpletion in Region FUnction
vertico - :dizzy: vertico.el - VERTical Interactive COmpletion
consult - :mag: consult.el - Consulting completing-read
eglot - A client for Language Server Protocol servers
swiper - Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!