tomv564 / pyls-mypy

Mypy plugin for the Python Language Server
MIT License
110 stars 62 forks source link

Run the mypy daemon? #29

Open tomv564 opened 5 years ago

tomv564 commented 5 years ago

Would be more performant, there is a risk with process management (does pyls provide a shutdown hook?), and the daemon doesn't support follow_imports?

w0rp commented 4 years ago

I came here to offer the same suggestion. I think it would be great if someone could figure out how to get the performance of dmypy in a plugin for pyls. Then any editor would be able to access very fast type checking through Language Server Protocol.