You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
?The text was updated successfully, but these errors were encountered: