主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Mikhail Golubev
活动总数
255
最后的活动
2022年09月02日 10:43
成员加入日期
2013年10月23日 12:20
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
101
活动概览
文章(0)
帖子(0)
评论(153)
Mikhail Golubev
进行了评论,
2022年09月02日 10:43
BTW There is a feature request about this functionality -- PY-34363.
社区
PyCharm
convert function to class method?
0 票
Mikhail Golubev
进行了评论,
2022年04月06日 11:26
BTW, the cause of the current behavior can be pinpointed by invoking "Type Info" action on "super()" call.
社区
IntelliJ IDEA Open API and Plugin Development
PyCallExpression#multiResolveCallee giving wrong results.
0 票
Mikhail Golubev
进行了评论,
2022年04月06日 11:22
It's a subtle bug caused by the way the resolve for references on "super" works at the moment. In order to resolve any qualified name, we first resolve the type of its qualifier. For most kinds of ...
社区
IntelliJ IDEA Open API and Plugin Development
PyCallExpression#multiResolveCallee giving wrong results.
0 票
Mikhail Golubev
进行了评论,
2022年01月10日 15:10
Yes, you need to have it installed locally. Rendering docstrings with a remote interpreter is very wasteful in terms of resources.
社区
PyCharm
Pycharm can't render Epydoc docstrings
1 票
Mikhail Golubev
进行了评论,
2021年12月09日 11:37
Hi Randolph! I'm afraid supporting this in a plugin hits a limit of what the API of the Python plugin offers now. A local inspection won't help here. An inspection can add new warnings inside a cod...
社区
IntelliJ IDEA Open API and Plugin Development
Help writing PyCharm plugin for plpython3u
1 票
Mikhail Golubev
进行了评论,
2021年12月02日 14:25
Hi Dmitry, I order to be able to import modules starting from "core" you need its containing directory to be either a content root or a source root (see the tree in Settings | Project: ... | Projec...
社区
PyCharm
Include content/project root as an import starter
0 票
Mikhail Golubev
进行了评论,
2021年11月16日 15:58
Hi Sanjay! Evaluating multiplying a string literal by a constant number could be supported in PyEvaluator, it's the right place for this logic, but as far as I see this case is indeed not yet cove...
社区
IntelliJ IDEA Open API and Plugin Development
Python expression evaluator.
0 票
Mikhail Golubev
进行了评论,
2021年09月07日 11:02
In 2020.2 we started using virtualenv 20.x for virtual environments both on Python 2 and Python 3. It should also periodically update packaging tools in new enviroments on its own.
社区
PyCharm
Every new VirtualEnv Created with Old Versions of Setuptools and PIP
0 票
Mikhail Golubev
进行了评论,
2021年05月19日 14:16
Hi Martin! The easiest way is to call `PyPsiIndexUtil#findUsages(file, false)`. It should return PSI elements referencing the file wrapped in `UsageInfo` instances. You can retain only those from i...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm find files importing current files
1 票
Mikhail Golubev
进行了评论,
2019年08月07日 12:45
Please try re-creating the project interpreter from scratch (removing it from the settings and setting up anew). Does it help?
社区
PyCharm
How do I stop pycharm from complaining about F string in python 2.7, Im using python 3
-2 票