SaaSHub helps you find the best software and product alternatives Learn more →
YouCompleteMe Alternatives
Similar projects and alternatives to YouCompleteMe
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
ale
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
completion-nvim
A async completion framework aims to provide completion to neovim's built in LSP written in Lua
-
-
-
deoplete.nvim
:stars: Dark powered asynchronous completion framework for neovim/Vim8
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
Python-mode
Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.
-
-
-
-
kok.nvim
Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
-
vim-fugitive
fugitive.vim: A Git wrapper so awesome, it should be illegal
-
LunarVim
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
-
ccls
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
-
-
-
vim-gitgutter
A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
-
ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
YouCompleteMe reviews and mentions
- run multiple python versions in F37
-
Python36.dll not found
Heyo, I've been trying to get UltiSnips and YouCompleteMe to work, however, I've ran into a bit of a problem. The python36.dll library does not seem to exist for UltiSnips, and YouCompleteMe cannot locate python at all (screenshots at bottom).
- calling another java class file inside main class in vim?
-
why use vim or neovim in linux?
Lately, though, I've actually taken an interest in Doom Emacs, which is an emacs config built around "evil mode" (which is the emacs world's name for the vi keybinds, lol) and opinionated preferences. I have to say it's the best vim I've ever used, and it's not close. I have long had access to features like "jump to definition" of a function or class via the package YouCompleteMe, which works in emacs just as well; but in emacs I'm able to do things like, switch buffers to a bash terminal that's running inside emacs, run rg MyClass or git log -p, switch back to vim / evil "Normal Mode" on the terminal (🤯) so I can search with / across its output to jump to the filename result, and then type gf (go to file) on that filename to immediately open its contents in emacs. You can do something quite similar to that in vim, but the buffer switching in emacs is so seemless that I find myself constantly discovering and inventing new ways to traverse my project, and I'm really just getting started. So I think that is the framework that I would most recommend you use.
-
Do you use ctags or LSP?
I prefer global / gtags, because they also support finding references, a feature I use very often. I combine it with YouCompleteMe for auto completion. It's a great setup for Python development.
-
Code editor with autocomplete or suggestion?
I have been using YouCompleteMe for vim on termux without issues.
-
Is there a plugin or a way to make vim do syntax highlights for different langauges (Python,Java,Javascript) with auto complete?
for autocomplete, there are a bunch of lsp clients for Vim and Neovim ships with one, you may want to check: coc, ycm, ale, vim-lsp, cmp, nvim-lspconfig
-
rust-analyzer changelog #146
Kinda. These things have been happening for longer than VsCode though. YouCompleteMe is a decade old now going by the original COPYING.txt commit. Which has provided clang based completion for a long while. It actually inspired me to write hack together a really shitty script for vim that pulled clangd type information from the AST to provide accurate syntax highlighting. And that was certainly before Microsoft relased VsCode.
-
VIM is the way.
Look into LSP (e.g. CoC, YCM) for some features familiar from IDEs (jump to definition, hover, completion, etc.).
-
Difference between vscode and visual studio professional/enterprise ?
You can get python and JS autocompletion in Vim with https://github.com/ycm-core/YouCompleteMe
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea590de8c8>
www.saashub.com | 26 Jan 2023
Stats
ycm-core/YouCompleteMe is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.