ycmd VS vim-easycomplete

Compare ycmd vs vim-easycomplete and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ycmd vim-easycomplete
2 2
1,679 397
0.5% -
8.2 9.5
8 days ago 4 days ago
Python Vim Script
GNU General Public License v3.0 only MIT License
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.

ycmd

Posts with mentions or reviews of ycmd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Tip: YcmCompleter's FixIt allows performing refactorings unrelated to diagnostics
    2 projects | /r/vim | 9 Dec 2022
    Funny thing, I have totally found it out by accident, while looking through ycmd PRs and issues to check whether it supports LSP CodeActions provided by clangd. In this PR, which doesn't seem really ground-breaking, the maintainer mentioned that the code actions will be exposed via FixIt subcommand. I immediately switched to Vim to check whether it actually works, and BAH! There it is!
  • Where to start with LSP in Vim?
    13 projects | /r/vim | 9 Jun 2022
    BTW: I opened this : https://github.com/ycm-core/ycmd/pull/1641 and added this: https://github.com/ycm-core/lsp-examples/tree/master/python in case you want to try YCM with pyright.

vim-easycomplete

Posts with mentions or reviews of vim-easycomplete. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-09.
  • Where to start with LSP in Vim?
    13 projects | /r/vim | 9 Jun 2022
    vim-easycomplete
  • How to improve your vim/nvim coding experience with vim-easycomplete?
    23 projects | dev.to | 1 Mar 2022
    There are many excellent vim auto-completion plugins such as nvim-cmp, vim-lsp, YouCompleteMe and coc.nvim etc. I used coc.nvim for a long time. It’s experience is good. But there are a few things I don’t like. These plugins tend to have too much dependencies and do not have minimal configuration. For example, I don't want to install Node when programming c++ or golang. In my opinion vim is more lightweight than vscode so I don’t need the fully integrated features of it. Besides other completion plugins neither have good experiences enough nor compatible with vim and nvim at the same time. Therefor I created vim-easycomplete according to my personal habits.

What are some alternatives?

When comparing ycmd and vim-easycomplete you can also consider the following projects:

ale - Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support [Moved to: https://github.com/dense-analysis/ale]

YouCompleteMe - A code-completion engine for Vim

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

vim-lsp - async language server protocol plugin for vim and neovim

vim-lsp-ale - Bridge between vim-lsp and ALE

python-language-server - An implementation of the Language Server Protocol for Python

lsp-examples - Use any language server with YouCompleteMe.

prorab - :construction_worker: non-recursive GNU make-based build framework

cmake-language-server - CMake LSP Implementation