Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
YouCompleteMe Alternatives
Similar projects and alternatives to YouCompleteMe
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
-
kok.nvim
Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
-
-
vim-gitgutter
A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
YouCompleteMe discussion
YouCompleteMe reviews and mentions
-
How to configure vim like an IDE
For vim specifically, I've been using coc.nvim, which works pretty well for my needs, and I know its quite popular. Another fairly popular one is YouCompleteMe, which I had taken a look at for some other languages; but ended up just using coc as I can't justify using YCM once a year (if that) -- too much "headache" for not a lot of use, you know?
-
What’s an free bare bones IDE for Python that works smoothly out of the box?
YouCompleteMe. A pretty good autocompletion plugin, though vim does have its own, somewhat useful built-in auto completion that requires more keystrokes
-
Vim Golang syntax is ugly
There are plugins to do semantic highlighting. I don't use any of them because I'm satisfied with Vim's native syntax highlighting and with tree-sitter (and also because I don't use LSPs), but searching for "Vim semantic highlighting" on DuckDuckGo yields this: https://github.com/ycm-core/YouCompleteMe. The highlighting used in its demo is too baroque for my taste, but looking at your VSCode screenshot, it looks like it would be right up your alley.
-
Will installing Vim get rid of my current work on macOS?
The plugin that is requiring Python3 is You Complete Me here is the link!! The Vundle link I was looking at is also in the body of my post.
- [Neovim] Comment ajouter la complétion de code C / C ++ dans neovim?
-
Vim or Emacs for C++ Coding?
I use vim for C++ coding, however it is a bit difficult to set up to make it productive. I use YouCompleteMe [0] for autocompletion, Vimspector [1] with the C++ plugin for debugging, ALE [2] for linting, along with a few other general plugins (such as NerdTREE for file view).
[0] https://github.com/ycm-core/YouCompleteMe
[1] https://github.com/puremourning/vimspector
[2] https://github.com/dense-analysis/ale
-
Soliciting opinions: Favorite autocomplete?
I didn't make a complete list of requirements :) This issue makes YCM uninteresting to me, so I've not dug too deep into it.
-
Vim plugin like vscode "go to definition" function
my favorite is YouCompleteMe.
-
⚔️ 7 Secret Weapons for Lightning-Fast Code Writing with VS Code
🔎 Learn more
- Opiniones en el nuevo Bing de Microsoft?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 16 Mar 2025
Stats
ycm-core/YouCompleteMe is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of YouCompleteMe is Python.