主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mikhail Tarabrikov
活动总数
621
最后的活动
2026年05月12日 20:38
成员加入日期
2023年12月06日 08:28
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
267
活动概览
文章(0)
帖子(0)
评论(354)
Mikhail Tarabrikov
进行了评论,
2026年05月12日 20:38
This issue requires a more detailed investigation, so I’ve created a YouTrack issue for it: https://youtrack.jetbrains.com/issue/PY-89736To pinpoint exactly which interpreter PyCharm is using when ...
社区
PyCharm
PyCharm installing packages out of the virtual environment default path
0 票
Mikhail Tarabrikov
进行了评论,
2026年05月11日 09:21
Maxim Yanchenko, thanks for the feedback. We track this request as CPP-13470. The work is in progress and code is landing in the CLion 2026.2 EAP. To get notified, vote or star the issue.In the mea...
社区
PyCharm
PyCharm from CLion
0 票
Mikhail Tarabrikov
进行了评论,
2026年05月07日 11:13
Hi Afifi X, this issue requires thorough investigation, I've created an issue on YouTrack to proceed further: https://youtrack.jetbrains.com/issue/PY-89647.
社区
PyCharm
PyCharm 2026.1.1 Excessive Re-Indexing on Every Startup Causes High CPU Usage, 5GB+ RAM Consumption, and Severe UI Lag
0 票
Mikhail Tarabrikov
进行了评论,
2026年05月06日 14:35
Anjanesh Lekshminarayanan, that could be the cause. Please check whether Gemini overrides the default keymap under Settings | Keymap?
社区
PyCharm
macOS equivalent of CTRL+D in PyCharm
0 票
Mikhail Tarabrikov
进行了评论,
2026年05月06日 13:53
Anjanesh Lekshminarayanan,You are probably looking for “Add Selection for Next Occurrence” action. On the macOS default keymap it is bound to Ctrl + G.If you are migrating from VSCode and want to k...
社区
PyCharm
macOS equivalent of CTRL+D in PyCharm
0 票
Mikhail Tarabrikov
进行了评论,
2026年04月27日 13:08
Hi alexey, unfortunately, this appears to be a known issue which is tracked here: PY-88063. The fix is planned for the upcoming 2026.1.2 release.There is no separate "integrated LSP plugin" that yo...
社区
PyCharm
How to disable integrated LSP plugin, and use only pyrefly/ty?
0 票
Mikhail Tarabrikov
进行了评论,
2026年04月15日 16:51
You are right, PyCharm's Docker integration currently requires the IDE to manage the container lifecycle. Using an externally managed container on a remote host is not supported yet.
社区
PyCharm
Pycharm not recognizing packages installed in venv (in a Docker container running on a remote host)
0 票
Mikhail Tarabrikov
进行了评论,
2026年04月15日 15:41
Hi gggeek, I see an error about Minimum supported API being 1.40 and client version being 1.24This appears similar to IJPL-217878, which has been fixed in PyCharm 2025.2.5 and later. As a workaroun...
社区
PyCharm
Pycharm not recognizing packages installed in venv (in a Docker container running on a remote host)
1 票
Mikhail Tarabrikov
进行了评论,
2026年03月17日 21:54
Is the name of the package to include always types-foobar for a package called foobar?Not always. A lot of third-party stubs published from typeshed use the types-<library> naming on PyPI, but the ...
社区
PyCharm
IDE doesn't find module in import (using "uv")
1 票
Mikhail Tarabrikov
进行了评论,
2026年03月17日 11:42
Ralf Bergs, This is expected behavior rather than a bug. The authlib package does not provide complete type hints, so PyCharm cannot resolve some imports statically. Installing the types-authlib pa...
社区
PyCharm
IDE doesn't find module in import (using "uv")
1 票