pyright VS coc-jedi

Compare pyright vs coc-jedi and see what are their differences.

pyright

Static Type Checker for Python (by microsoft)

coc-jedi

coc.nvim wrapper for https://github.com/pappasam/jedi-language-server (by pappasam)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pyright coc-jedi
135 2
11,846 224
2.9% -
9.8 4.5
7 days ago 6 months ago
Python TypeScript
GNU General Public License v3.0 or later 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.

pyright

Posts with mentions or reviews of pyright. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.

coc-jedi

Posts with mentions or reviews of coc-jedi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-22.
  • How to use coc-pyright?
    3 projects | /r/neovim | 22 May 2021
    coc-pyright is a static type checker that gives helpful diagnostics when it sees potential issues in Python code. For completions you’ll want something like coc-jedi, coc-python . I use coc-jedi with jedi-language-server from pip.
  • Tips for using Vim for Python development
    2 projects | /r/vim | 12 Jan 2021
    coc-jedi as language server for python

What are some alternatives?

When comparing pyright and coc-jedi you can also consider the following projects:

jedi-language-server - A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.

mypy - Optional static typing for Python

python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community

python-language-server - Microsoft Language Server for Python

pylance-release - Documentation and issues for Pylance

ruff - An extremely fast Python linter and code formatter, written in Rust.

flake8

pyre-check - Performant type-checking for python.

lsp-pyright - lsp-mode :heart: pyright

coc-pyright - Pyright extension for coc.nvim

Poetry - Python packaging and dependency management made easy

pytype - A static type analyzer for Python code