An open API service indexing awesome lists of open source software.

https://github.com/insyncwithfoo/pyright-for-pycharm

Pyright integration for PyCharm
https://github.com/insyncwithfoo/pyright-for-pycharm

intellij-plugin pycharm-plugin pyright python

Last synced: 8 months ago
JSON representation

Pyright integration for PyCharm

Awesome Lists containing this project

README

          

# Pyright for PyCharm

[![Build](https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/build.yaml/badge.svg)][4]
[![Docs](https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/docs.yaml/badge.svg)][5]
[![Version](https://img.shields.io/jetbrains/plugin/v/24145)][6]
[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/24145)][7]
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24145)][8]

[Pyright][1] integration for PyCharm.

Provides Pyright diagnostics on-the-fly as you code, among other features.

Warning: Depending on the running mode,
it might save your files at very fast pace.

## Usage

No initial configurations are necessary,
given that you already [have Pyright installed][2].

See [the documentation][3] for more information.

[1]: https://github.com/microsoft/pyright
[2]: https://insyncwithfoo.github.io/pyright-for-pycharm/how-to/#how-to-install-the-pyright-executables
[3]: https://insyncwithfoo.github.io/pyright-for-pycharm/

## Installation

This plugin [is available][8] on the Marketplace.
You can also download the ZIP files manually from [the Releases tab][9],
[the `build` branch][10] or [the Actions tab][11]
and follow the instructions described [here][12].

Currently supported versions:
2025.2.1 (build 252.25557.130) and later.

## Credits

Parts of this repository were taken or derived from:

* [@JetBrains/intellij-community][13]
* [@JetBrains/intellij-platform-plugin-template][14]
* [@koxudaxi/ruff-pycharm-plugin][15]
* [@microsoft/pyright][1]

[4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/build.yaml
[5]: https://insyncwithfoo.github.io/pyright-for-pycharm
[6]: https://plugins.jetbrains.com/plugin/24145/versions
[7]: https://plugins.jetbrains.com/plugin/24145/reviews
[8]: https://plugins.jetbrains.com/plugin/24145
[9]: https://github.com/InSyncWithFoo/pyright-for-pycharm/releases
[10]: https://github.com/InSyncWithFoo/pyright-for-pycharm/tree/build
[11]: https://github.com/InSyncWithFoo/pyright-for-pycharm/actions/workflows/build.yaml
[12]: https://www.jetbrains.com/help/pycharm/managing-plugins.html#install_plugin_from_disk
[13]: https://github.com/JetBrains/intellij-community
[14]: https://github.com/JetBrains/intellij-platform-plugin-template
[15]: https://github.com/koxudaxi/ruff-pycharm-plugin