Skip to content

Pyright for PyCharm user documentation#

This site serves as the user documentation for the Pyright PyCharm plugin.

The plugin runs and reroutes Pyright's diagnostics back to your IDE. Both PyCharm Professional and PyCharm Community users can use it.

Looking for the old LSP plugin?

It now has its own documentation site.

Usage#

Go to Settings | Tools | Pyright (Global) / Pyright (Project) and set the path to your Pyright executable(s).

Save, return to your files and start making some modifications. You should see Pyright annotations in a few seconds. If not, refer to Problems and solutions.