主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mikhail Golubev
活动总数
259
最后的活动
2024年07月23日 13:15
成员加入日期
2013年10月23日 12:20
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
103
活动概览
帖子(0)
评论(155)
按最近的活动排序
最近的活动
投票数
创建于
2016年11月21日 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...
社区
PyCharm
Move package triggers optimize imports?
1 票
已编辑于
2016年08月31日 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...
社区
PyCharm
Type hinting list of objects
1 票
创建于
2024年07月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Trust certificate dialog not showing up
0 票
创建于
2024年03月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
I have PyFunction, Caret position, PsiFile. How to get other things from here?
0 票
创建于
2022年09月02日 10:43
BTW There is a feature request about this functionality -- PY-34363.
社区
PyCharm
convert function to class method?
0 票
创建于
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 票
创建于
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 票
创建于
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 票
创建于
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 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»