coc-ccls VS neovim

Compare coc-ccls vs neovim and see what are their differences.

coc-ccls

CCLS (C/C++) extension for coc.nvim (by Maxattax97)

neovim

Vim-fork focused on extensibility and usability (by neovim)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
coc-ccls neovim
53 1,390
26 79,067
- 3.3%
10.0 10.0
over 4 years ago 3 days ago
TypeScript Vim Script
- 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.

coc-ccls

Posts with mentions or reviews of coc-ccls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-30.
  • Using CoC inlay hints
    1 project | /r/neovim | 11 Nov 2023
    I just did a fresh reinstall of CoC, on a newer version of Neovim. I'm now seeing something I hadn't seen before, which CoC calls "inlay hints". They look like this:
  • NIR: Nim Intermediate Representation
    9 projects | news.ycombinator.com | 30 Sep 2023
    As recommended by michaelsbradley below, I installed https://github.com/nim-lang/langserver. I'm using coc.nvim (https://github.com/neoclide/coc.nvim) so I followed the instructions here from nim langserver https://github.com/nim-lang/langserver#vimneovim and seems to be working well!
  • Perl::LanguageServer in Visual Studio. Should jumping to ambigious functions work?
    3 projects | /r/perl | 1 Jul 2023
    Actually, I'm maintaining coc-perl (https://github.com/bmeneg/coc-perl), which enables the use of Perl LSP extension for vcode on vim/neovim using the CoC (https://github.com/neoclide/coc.nvim) backend. But it's completely on top of Perl::LanguageServer.
  • How to configure vim like an IDE
    44 projects | /r/vim | 27 Jun 2023
    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?
  • Auto-completion problems for terraform
    9 projects | /r/neovim | 24 May 2023
    Plug 'https://github.com/neoclide/coc.nvim' " Auto Completion
  • I like Tabasco.
    5 projects | /r/linuxmasterrace | 6 May 2023
    I do think VSCode is a great tool and I recommend it frequently to people, but I still want to set the record straight here. Yes, vim is obviously limited in the sense that as a CLI app it doesn't draw it's own PDF or HTML windows, that's fair. But it can remote control your favorite PDF viewer or browser for roughly the same functionality. I'm currently writing my thesis using vimtex and it's quite smooth. And all the other stuff you mention is implemented quite competently by various plugins like vim-fugitive, coc.nvim, vimspector and copilot.vim.
  • plugins for explorable interface and identifier highlighting
    3 projects | /r/vim | 24 Feb 2023
    Sounds like you want vim-which-key and coc.nvim.
  • How to setup auto completion, etc. using LSP and stuff without bloating everything with a plugin manager?
    11 projects | /r/neovim | 10 Feb 2023
    Another option is to just download https://github.com/neoclide/coc.nvim Which is basically a one stop shop for completion, and it's pretty fast, it just uses nodejs instead of built in nvim lua functions.
  • How to survive without multiple cursors in vim
    4 projects | dev.to | 4 Feb 2023
    coc.nvim
  • How I set up Vim for writing LaTex, Python, C and C++?
    4 projects | /r/vim | 27 Jan 2023
    dont over copy and paste example .vimrc, keep it simple and grow tooling as you use. for linting and code completion : https://github.com/neoclide/coc.nvim (easy to add languages)

neovim

Posts with mentions or reviews of neovim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-14.
  • Multifunctional IDE using Neovim (1 of 3)
    6 projects | dev.to | 14 Jun 2024
    Next, install NeoVim itself on your device via the official website, or if you have homebrew, you can install it via the appropriate command brew install neovim, Linux users have their own package managers for installing packages, but I will not list them :)
  • Neovim 0.10 Release
    1 project | news.ycombinator.com | 16 May 2024
  • Neovim 0.10
    1 project | news.ycombinator.com | 16 May 2024
    Release binaries: https://github.com/neovim/neovim/releases/tag/v0.10.0
  • What's New in Neovim 0.10
    8 projects | news.ycombinator.com | 16 May 2024
    you might want to try linking @variable to Identifier, i think the original author decided to keep @variable unhighlighted to keep the color diff between having `termguicolors` on/off to a minimum (Identifier assumes `termguicolors` is enabled, but for default colorscheme it's likely not always the case).

    see https://github.com/neovim/neovim/pull/26334 and the comments in highlight_group.c

  • Neovim v0.10.0
    1 project | news.ycombinator.com | 16 May 2024
  • Why Neovim is My Text Editor of Choice
    2 projects | dev.to | 23 Apr 2024
    As a software engineer, choosing and understanding your text editor is important part of your work, as it impacts your productivity and workflow efficiency. It's like choosing the perfect tool for any trade - you need to know what tool to use and how to use it effectively if you want to excel. For me, I use Neovim as my editor and I have been using it for a little over a year now.
  • Let's See Your Terminal
    2 projects | dev.to | 16 Apr 2024
    This got me thinking about my recent pivot, my switch to Neovim by way of LazyVim to write most of my code, and using tmux to keep terminal states alive after closing a session.
  • Level Up Your Dev Workflow: Conquer Web Development with a Blazing Fast Neovim Setup (Part 1)
    12 projects | dev.to | 16 Mar 2024
    Neovim: Make sure you have Neovim installed on your system. You can check the official website for installation instructions: https://neovim.io/ Git: We'll be using Git to clone the LazyVim starter pack. If you don't have Git, you can download it from https://git-scm.com/downloads
  • Helix - Front-End Power
    8 projects | dev.to | 12 Mar 2024
  • Neovim
    1 project | news.ycombinator.com | 9 Mar 2024

What are some alternatives?

When comparing coc-ccls and neovim you can also consider the following projects:

tree-sitter - An incremental parsing system for programming tools

vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.

nvim-cmp - A completion plugin for neovim coded in Lua.

helix - A post-modern modal text editor.

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

neovide - No Nonsense Neovim Client in Rust

awesome-vscode - 🎨 A curated list of delightful VS Code packages and resources.

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

coc-diagnostic - diagnostic-languageserver extension for coc.nvim

AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]

nerdtree - A tree explorer plugin for vim.

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured