Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikhail Golubev
Total activity
259
Last activity
July 23, 2024 13:15
Member since
October 23, 2013 12:20
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
103
Activity overview
Posts (0)
Comments (155)
Sort by recent activity
Recent activity
Votes
Created
November 21, 2016 16:58
Hi Marcel, Yes, this is how "Move" refactoring is implemented at the moment, though I agree that full-blown "optimize imports" in these cases might be annoying, since now this action does more tha...
Community
PyCharm
Move package triggers optimize imports?
1 vote
Edited
August 31, 2016 10:07
Hi Ian. Sorry for the late reply. Actually, there are multiple ways to type hint your code in PyCharm (especially, regarding function signatures). First of all, you can use docstrings, as Marcel su...
Community
PyCharm
Type hinting list of objects
1 vote
Created
July 23, 2024 13:15
Hi! We don't intercept certificate checks fully automatically and the exact steps depend on which HTTP client API you use. For instance, for com.intellij.util.io.HttpRequests or java.net.URLConnect...
Community
IntelliJ IDEA Open API and Plugin Development
Trust certificate dialog not showing up
0 votes
Created
March 05, 2024 13:58
Hi,You can get parameters of a PyFunction with getParameterList(). Then if it's a named parameter, you can ask it its type with TypeEvalContext#getType. Depending on whether you need to do it in an...
Community
IntelliJ IDEA Open API and Plugin Development
I have PyFunction, Caret position, PsiFile. How to get other things from here?
0 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
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
«
First
‹
Previous
Next
›
Last
»