coc-ccls VS nerdtree

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
coc-ccls nerdtree
53 77
25 19,275
- 0.8%
10.0 7.2
over 4 years ago about 1 month ago
TypeScript Vim Script
- Do What The F*ck You Want To Public 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.

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)

nerdtree

Posts with mentions or reviews of nerdtree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
    9 projects | /r/vim | 29 Jun 2023
    I personally use nerdtree. Add nerdtree-git-plugin too, that's nice when looking at your project (for files, use vim-gitgutter).
  • How to configure vim like an IDE
    44 projects | /r/vim | 27 Jun 2023
    nerdtree is another very popular option
  • Auto update Javascript imports when moving file/folder
    2 projects | /r/vim | 22 Jun 2023
    2 projects | /r/neovim | 21 Jun 2023
    Using my toy js refactoring plugin and NERDTree.
  • Is it possible to use VIM as an ide?
    7 projects | /r/vim | 3 Jun 2023
    2) Syntax check https://github.com/vim-syntastic/syntastic 3) File navigation https://github.com/preservim/nerdtree 4) Autocomplete There are many autocomplete extensions. I haven't found one that I feel comfortable to recommend. Another way is to create a txt file with all the key words and lines in the languages you use, make an autocommand that adds the txt file to the buffer, and then use ctrl-n or ctrl-p to autocomplete. You can also use ctrl-x-ctrl-l to autocmplete entire lines. 5) Running code Add commands in your .vmrc to run the current file as a a whatever file. I use :J to run java files, :P to run python files, :C to run c files and so on. For example, this is my command to run a java file: command J execute "!java %:t"
  • Auto-completion problems for terraform
    9 projects | /r/neovim | 24 May 2023
    Plug 'https://github.com/preservim/nerdtree'
  • :(
    1 project | /r/shittydarksouls | 7 Apr 2023
  • New User
    3 projects | /r/vim | 26 Feb 2023
    My basic vim workflow is that I open vim, which opens NerdTree for me by default. I can find the file I want in NerdTree, or I can hit Ctrl+p to open a file with fuzzy searching.
  • How do you work with buffers?
    16 projects | /r/neovim | 1 Feb 2023
    What's also useful is to have a tree plugin (such as nvim-tree or nerdtree), so you can just open any file in the workspace (or outside it) if needed. That way, even if you delete a buffer, you can just come back to a file whose buffer you deleted.
  • how do I download nerd tree on neovim??
    2 projects | /r/neovim | 17 Jan 2023
    Worth noting Nerdtree’s repo is now at https://github.com/preservim/nerdtree and not at https://github.com/scrooloose/nerdtree

What are some alternatives?

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

tree-sitter - An incremental parsing system for programming tools

nvim-tree.lua - A file explorer tree for neovim written in lua

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

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

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

fzf.vim - fzf :heart: vim

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

vim-vinegar - vinegar.vim: Combine with netrw to create a delicious salad dressing

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

fern.vim - 🌿 General purpose asynchronous tree viewer written in Pure Vim script

nvim-autopairs - autopairs for neovim written in lua

chadtree - File manager for Neovim. Better than NERDTree.