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
Is there any chance that pylsp will at some point implement a switch for diagnostics for the full workspace, as mentioned for pyright in this comment #143 (comment) ?
E.g. for static type checkers like mypy it does make sense to see possible bad side effects of changes in type declarations in other files. And it would be useful in general too, e.g. for activating it just before pushing a large change.
It doesn't matter that much if that's a discussion or a feature request. What's needed is someone from the community willing to implement that functionality because we don't have time to do it.
Hi there,
Is there any chance that
pylsp
will at some point implement a switch for diagnostics for the full workspace, as mentioned forpyright
in this comment #143 (comment) ?E.g. for static type checkers like
mypy
it does make sense to see possible bad side effects of changes in type declarations in other files. And it would be useful in general too, e.g. for activating it just before pushing a large change.Thanks for the great work!
Originally posted by @JesusTorrado in #280
It will be great to have this feature wich will benefit all clients using this LSP server.
The text was updated successfully, but these errors were encountered: