From 591b0d0a5ab8aa46704cedb7a1c2d82ef73eab7e Mon Sep 17 00:00:00 2001 From: Max Muoto Date: Mon, 22 Apr 2024 16:33:23 -0500 Subject: [PATCH] Update typing docs with Pycharm usage (#7744) --- docs/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 95ea992ea..7c04a6d52 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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