auto-complete
Emacs auto-complete package (by auto-complete)
company-jedi
Company backend for Python jedi (by emacsorphanage)
| auto-complete | company-jedi | |
|---|---|---|
| 1 | 2 | |
| 1,767 | 100 | |
| 0.2% | 0.0% | |
| 4.2 | 1.8 | |
| 5 months ago | over 4 years ago | |
| Emacs Lisp | Emacs Lisp | |
| GNU General Public License v3.0 or later | - |
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.
auto-complete
Posts with mentions or reviews of auto-complete.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-24.
-
auto-complete vs company-mode in 2021
lsp (and corfu which I have not used yet) might be the way to go forward. I'll try again next year. Autocomplete on the other hand seems to be looking for a new maintainer.
company-jedi
Posts with mentions or reviews of company-jedi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-24.
- company-jedi: Company backend for Python jedi
-
auto-complete vs company-mode in 2021
For python I'm using it with company-jedi, which is orphaned but only has a hundred lines of code and leaves all the work to jedi-core from emacs-jedi. It also does display call signatures in the echo area or signatures and docstrings next to completion candidates with company-box or company-quickhelp.
What are some alternatives?
When comparing auto-complete and company-jedi you can also consider the following projects:
lsp-pyright - lsp-mode :heart: pyright
pylance-release - Documentation and issues for Pylance
corfu - :desert_island: corfu.el - COmpletion in Region FUnction
svg-tag-mode - A minor mode for Emacs that replace keywords with nice SVG labels
emacs-jedi - Python auto-completion for Emacs