{"id":13492013,"url":"https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm","last_synced_at":"2025-03-28T09:33:37.267Z","repository":{"id":226004661,"uuid":"760317124","full_name":"InSyncWithFoo/pyright-langserver-for-pycharm","owner":"InSyncWithFoo","description":"Pyright language server integration for PyCharm Professional","archived":true,"fork":false,"pushed_at":"2024-12-22T04:27:32.000Z","size":18319,"stargazers_count":52,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T22:58:24.527Z","etag":null,"topics":["intellij-plugin","pycharm-plugin","pyright","python"],"latest_commit_sha":null,"homepage":"https://insyncwithfoo.github.io/pyright-langserver-for-pycharm/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InSyncWithFoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-20T07:35:12.000Z","updated_at":"2025-03-14T20:23:11.000Z","dependencies_parsed_at":"2024-04-14T01:44:01.575Z","dependency_job_id":null,"html_url":"https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm","commit_stats":null,"previous_names":["insyncwithfoo/pyright-experimental-plugin","insyncwithfoo/pyright-langserver-for-pycharm"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-langserver-for-pycharm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-langserver-for-pycharm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-langserver-for-pycharm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Fpyright-langserver-for-pycharm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InSyncWithFoo","download_url":"https://codeload.github.com/InSyncWithFoo/pyright-langserver-for-pycharm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246004063,"owners_count":20708125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij-plugin","pycharm-plugin","pyright","python"],"created_at":"2024-07-31T19:01:02.360Z","updated_at":"2025-03-28T09:33:37.255Z","avatar_url":"https://github.com/InSyncWithFoo.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# Pyright Language Server for PyCharm Professional\n\n[![Build](https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/actions/workflows/build.yaml/badge.svg)][5]\n[![Docs](https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/actions/workflows/docs.yaml/badge.svg)][6]\n[![Version](https://img.shields.io/jetbrains/plugin/v/24146)][7]\n[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/24146)][8]\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/24146)][9]\n\n\u003e [!NOTE]\n\u003e This plugin is deprecated. Install [the \u003ci\u003ePyright\u003c/i\u003e plugin][3] instead.\n\u003e See [the migration guide][0] for more information.\n\n\n  [0]: https://insyncwithfoo.github.io/pyright-for-pycharm/migration-guide/\n\n---\n\n![](./.github/readme/demo-1.png)\n\n\u003c!-- Plugin description --\u003e\nPyright language server integration for PyCharm Professional.\n\nThis plugin acts as a bridge between [the Pyright language server][1]\nand [the experimental LSP API][2] added in PyCharm Professional 2023.2\nto give you diagnostics about your code as you edit your Python files.\n\nNote: If you use PyCharm Community,\ninstall [the \u003ci\u003ePyright\u003c/i\u003e plugin][3] instead.\n\n\n## Usage\n\nGo to \u003cb\u003eSettings\u003c/b\u003e | \u003cb\u003eTools\u003c/b\u003e |\n\u003cb\u003ePyright LS\u003c/b\u003e | \u003cb\u003eGlobal\u003c/b\u003e / \u003cb\u003eProject\u003c/b\u003e and\nset the path to your Pyright language server executable.\nIt is typically named `pyright-langserver`/`pyright-python-langserver`.\n\n(Not sure what this means? See [the docs][4] for more information.)\n\nYou might need to reopen your files or restart the IDE\nfor the files to be recognized by the language server.\n\n\n## Logging\n\nYou are strongly encouraged to enable logging.\nThis will allow corresponding logs to be recorded in `idea.log`\nfor further analysis should a problem arises.\n\nAdd the following line to the \u003cb\u003eHelp\u003c/b\u003e | \u003cb\u003eDiagnostic Tools\u003c/b\u003e |\n\u003cb\u003eDebug Log Settings\u003c/b\u003e panel:\n\n```text\n#com.intellij.platform.lsp\n```\n\n\n  [1]: https://github.com/microsoft/pyright\n  [2]: https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html\n  [3]: https://github.com/InSyncWithFoo/pyright-for-pycharm\n  [4]: https://insyncwithfoo.github.io/pyright-langserver-for-pycharm/configurations/#executable\n\u003c!-- Plugin description end --\u003e\n\n\n## Installation\n\nThis plugin [is available][8] on the Marketplace.\nYou can also download the ZIP files manually from [the \u003ci\u003eReleases\u003c/i\u003e tab][10],\n[the `build` branch][11] or [the \u003ci\u003eActions\u003c/i\u003e tab][12]\nand follow the instructions described [here][13].\n\nCurrently supported versions:\n2024.1 (build 241.14494.241) and later.\n\n\n## Credits\n\nMost of the code is derived from [@koxudaxi/ruff-pycharm-plugin][14].\nIt is such a fortune that that plugin does almost the same thing\nand is also written in Kotlin, and hence easily understandable.\n\nThe SVG and PNG logos are derived from [the README image][15]\nof the [@microsoft/pyright][1] repository,\ngenerated using Inkscape's autotrace feature.\n\nSome other files are based on or copied directly from\n[@JetBrains/intellij-platform-plugin-template][16].\n\n\n  [5]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/actions/workflows/build.yaml\n  [6]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/actions/workflows/docs.yaml\n  [7]: https://plugins.jetbrains.com/plugin/24146/versions\n  [8]: https://plugins.jetbrains.com/plugin/24146/reviews\n  [9]: https://plugins.jetbrains.com/plugin/24146\n  [10]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/releases\n  [11]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/tree/build\n  [12]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/actions/workflows/build.yaml\n  [13]: https://www.jetbrains.com/help/pycharm/managing-plugins.html#install_plugin_from_disk\n  [14]: https://github.com/koxudaxi/ruff-pycharm-plugin\n  [15]: https://github.com/microsoft/pyright/blob/main/docs/img/PyrightLarge.png\n  [16]: https://github.com/JetBrains/intellij-platform-plugin-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInSyncWithFoo%2Fpyright-langserver-for-pycharm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInSyncWithFoo%2Fpyright-langserver-for-pycharm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInSyncWithFoo%2Fpyright-langserver-for-pycharm/lists"}