community VS coc-ccls

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

community

Zed's official community (by zed-industries)

coc-ccls

CCLS (C/C++) extension for coc.nvim (by Maxattax97)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
community coc-ccls
9 53
1,251 25
- -
0.0 10.0
3 months ago over 4 years ago
Python TypeScript
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.

community

Posts with mentions or reviews of community. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • GPUI 2 is now in production – Zed
    2 projects | news.ycombinator.com | 4 Jan 2024
    I'd love to try this, though the large number of projects that only support MacOS perplexes me. This excludes at least 80% of people with computers that would like to use your software and effectively limits it to a class of folk with money, creating a sort of nasty exclusivity to the software that does this when there doesn't seem to be a platform-limiting factor.

    Their Windows Support Issue was opened on Jun 29, 2022 and the Linux one on the same day, so they're just under two years old. It seems that this isn't source-available right now either, though they mention they'll open source it at some point, but it prevents contributions toward this end too.

    The websites this (https://github.com/zed-industries/community/issues/2197) list as the reason for blocking the other OSes though it's quite sparse and doesn't say much.

    Genuine and non-argumentative question; why? Easier to focus on one platform for the purposes of achieving good stability before supporting more than one OS, or trying to get a userbase that is typically more willing to pay for your software? Investor pressure?

  • Thoughts about Zed Editor
    1 project | /r/rust | 1 Jun 2023
    Most of this is public info btw. You can look at their hackernews/reddit announcement threads or https://github.com/zed-industries/community/issues/52
  • Zed – A high-performance, multiplayer code editor written in Rust. Now in public beta
    10 projects | /r/rust | 15 Mar 2023
    If anyone wants to express support for windows/linux support, go to https://github.com/zed-industries/community/issues/174 and give it a thumbsup.
  • Zed, the new code editor from Atom developers, has entered open beta
    12 projects | news.ycombinator.com | 15 Mar 2023
    https://github.com/zed-industries/community/issues/446
  • v0.61.0 is out
    1 project | /r/ZedEditor | 18 Oct 2022
    * Added settings to customize the locations and names of journal files ([#479](https://github.com/zed-industries/feedback/issues/479), [#382](https://github.com/zed-industries/feedback/issues/382)).
  • Neovim 0.8 Released
    19 projects | news.ycombinator.com | 30 Sep 2022
    Zed and Helix are both pretty new.

    There's demand for plugin frameworks/scriptability in both but neither of them support it yet. I fully understand why people who need to script their editor are sticking with [neo]vim/Emacs — there are very few other options at the moment.

    https://github.com/zed-industries/feedback/issues/388

    https://github.com/helix-editor/helix/discussions/3806

  • Submit feedback for the private alpha of Zed code editor here
    1 project | /r/github | 8 Jun 2022

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)

What are some alternatives?

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

darling - Darwin/macOS emulation layer for Linux

tree-sitter - An incremental parsing system for programming tools

CodeEdit - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

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

neovimcraft - website that makes it easy to find neovim plugins

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

put-cpptools-in-prison - solution for the cpptools victim

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

helix - A post-modern modal text editor.

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

lapce - Lightning-fast and Powerful Code Editor written in Rust

nerdtree - A tree explorer plugin for vim.