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
- Host: GitHub
- URL: https://github.com/insyncwithfoo/pyright-for-pycharm
- Owner: InSyncWithFoo
- License: mit
- Created: 2024-02-25T07:37:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T16:48:51.000Z (11 months ago)
- Last Synced: 2025-07-19T11:05:51.716Z (11 months ago)
- Topics: intellij-plugin, pycharm-plugin, pyright, python
- Language: Kotlin
- Homepage: https://insyncwithfoo.github.io/pyright-for-pycharm/
- Size: 35.7 MB
- Stars: 85
- Watchers: 1
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pyright for PyCharm
[][4]
[][5]
[][6]
[][7]
[][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