neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

[Feature Request] Add mypy daemon (dmypy) integration #155

Open alanhdu opened 4 years ago

alanhdu commented 4 years ago

MyPy ships with a daemon mode that amortizes the cost of type-checking you're entire codebase. It'd be great if coc-python could also use dmypy as a source of linting (in addition to mypy) to lower the latency of type errors.

Congee commented 4 years ago

Consider https://github.com/fannheyward/coc-pyright