From 5f7ce347e8fbf80c826870b4a95395916cce3454 Mon Sep 17 00:00:00 2001 From: charliecloudberry <145581317+charliecloudberry@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:18:22 +0100 Subject: [PATCH] Update PyCharm setup documentation (#11105) --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 7c04a6d52..3020d7bb5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -17,7 +17,8 @@ Sublime text users can install the [LSP-pyright](https://github.com/sublimelsp/L 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). +PyCharm users can enable native Pyright support in the settings. +For more information, refer to [PyCharm documentation](https://www.jetbrains.com/help/pycharm/2025.3/lsp-tools.html#pyright). ### Command-line