python-lsp / pylsp-mypy

Mypy plugin for the Python LSP Server.
MIT License
118 stars 34 forks source link

Document the enduser feature pylsp-mypy provide to python-lsp-server #85

Open LuisBL opened 3 months ago

LuisBL commented 3 months ago

python-lsp-server throught jedi provide out of the box type-hinting Cf. https://jedi.readthedocs.io/en/latest/docs/usage.html#type-hinting

The documentation could be improved for end-users of pylsp-mypy to explain pylsp-mypy will provide to python-lsp-server ...

LuisBL commented 3 months ago

Could be something like this

image