vim-prettier VS coc-ccls

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

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
vim-prettier coc-ccls
8 53
1,758 25
0.1% -
6.8 10.0
3 months ago over 4 years ago
Vim Script 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.

vim-prettier

Posts with mentions or reviews of vim-prettier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Working remotely using SSH
    10 projects | /r/vim | 16 Nov 2022
    and prettier https://github.com/prettier/vim-prettier
  • How to compile vim with python 3.7+
    1 project | /r/vim | 15 May 2022
    You can still use vimscript plugins in the same way in neovim as you do in vim. In particular there's a specific plugin: https://github.com/prettier/vim-prettier
  • Halp: Prettier not working on lua files
    4 projects | /r/neovim | 14 May 2022
    Prettier (https://github.com/prettier/vim-prettier) seems to work fine on html and javascript files. But when I run :PrettierCli on a lua file it says No parser and no file path given, couldn't infer a parser. I have treesitter installed. I used treesitter's ":TSInstall: lua" and :checkhealth shows a lua parser installed. Not sure what I'm missing or what to do to troubleshoot from here,
  • How to run a command(formatter) when I exit insert mode using ESC?
    1 project | /r/vim | 17 Apr 2022
    Have you looked through the configs for vim-prettier? Maybe exec_cmd_async
  • JetBrains’ Statement on Ukraine
    3 projects | /r/programming | 11 Mar 2022
    auto-formatting - prettier
  • Code Formatter for Neovim for Common languages.
    3 projects | /r/neovim | 19 Jan 2022
    I have been using vim for much much time now. Everything is going well but every time I want to format my code I got stuck. I have tried many plugins like vim-autoformat which is not formatting correctly (not the major filetypes like JSX, TSX), vim-prettier which is very slow and I have to wait some seconds to get the file formatted correctly, coc-prettier this was my favorite but I shifted to LSP so no usage of this plugin now.
  • Format Code The Vim Way
    2 projects | /r/vim | 23 Mar 2021
    Personally I like to use plugins (prettier/vim-prettier / fatih/vim-go) for added simplicity and less manual configuring (less filetype based configuring etc.).
  • [pt-BR] NeoVim para Typescript
    5 projects | dev.to | 26 Jan 2021
    Vale considerar também o Prettier:

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 vim-prettier and coc-ccls you can also consider the following projects:

coc-prettier - Prettier extension for coc.nvim.

tree-sitter - An incremental parsing system for programming tools

nvim-config - my nvim config

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

vim-autoformat - Provide easy code formatting in Vim by integrating existing code formatters.

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

plugin-ruby - Prettier Ruby Plugin

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

vim-plug - :hibiscus: Minimalist Vim Plugin Manager

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

sh - A shell parser, formatter, and interpreter with bash support; includes shfmt

nerdtree - A tree explorer plugin for vim.