Update typing docs with Pycharm usage (#7744)

This commit is contained in:
Max Muoto 2024-04-22 16:33:23 -05:00 committed by GitHub
parent f22576f0f8
commit 591b0d0a5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,9 @@ Sublime text users can install the [LSP-pyright](https://github.com/sublimelsp/L
#### Emacs
Emacs users can install [eglot](https://github.com/joaotavora/eglot) or [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright).
#### PyCharm
PyCharm users can install [pyright-for-pycharm](https://github.com/InSyncWithFoo/pyright-for-pycharm) if they're using community edition, or [pyright-langserver-for-pycharm](https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm) if they're using professional edition. The later makes use of PyCharm's experimental [LSP API](https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html).
### Command-line
#### Python Package