Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Mikhail Golubev
Total activity
255
Last activity
September 02, 2022 10:43
Member since
October 23, 2013 12:20
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
101
Activity overview
Articles (0)
Posts (0)
Comments (153)
Sort by recent activity
Recent activity
Votes
Created
September 02, 2022 10:43
BTW There is a feature request about this functionality -- PY-34363.
Community
PyCharm
convert function to class method?
0 votes
Created
April 06, 2022 11:26
BTW, the cause of the current behavior can be pinpointed by invoking "Type Info" action on "super()" call.
Community
IntelliJ IDEA Open API and Plugin Development
PyCallExpression#multiResolveCallee giving wrong results.
0 votes
Created
April 06, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
PyCallExpression#multiResolveCallee giving wrong results.
0 votes
Created
January 10, 2022 15:10
Yes, you need to have it installed locally. Rendering docstrings with a remote interpreter is very wasteful in terms of resources.
Community
PyCharm
Pycharm can't render Epydoc docstrings
1 vote
Created
December 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help writing PyCharm plugin for plpython3u
1 vote
Created
December 02, 2021 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...
Community
PyCharm
Include content/project root as an import starter
0 votes
Created
November 16, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Python expression evaluator.
0 votes
Created
September 07, 2021 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.
Community
PyCharm
Every new VirtualEnv Created with Old Versions of Setuptools and PIP
0 votes
Created
May 19, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Pycharm find files importing current files
1 vote
Created
August 07, 2019 12:45
Please try re-creating the project interpreter from scratch (removing it from the settings and setting up anew). Does it help?
Community
PyCharm
How do I stop pycharm from complaining about F string in python 2.7, Im using python 3
-2 votes
Next
›
Last
»