主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Elizabeth Shashkova
活动总数
408
最后的活动
2023年07月11日 14:02
成员加入日期
2014年11月22日 15:21
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
164
活动概览
帖子(0)
评论(244)
按最近的活动排序
最近的活动
投票数
创建于
2023年06月26日 10:47
Hi Wwwpopop! You can add dependency on Python plugin and reuse all this functionality from it. In Python plugin you can configure Python SDK, specify it to a module and install needed packages thro...
社区
IntelliJ IDEA Open API and Plugin Development
Running python scripts inside a ItelliJ IDEA plugIn
0 票
创建于
2023年04月20日 10:05
> but the isExecuting() never returns trueHm... That's really strange. Maybe you have command queue enabled in your Python console instance (which is disabled by deafult). https://www.jetbrains.com...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm Python console synchronization
0 票
创建于
2023年04月17日 16:09
Hi! Unfortunately, there's no any public API for that, unfortunately. But you can do the following:Get the instance of currently selected console val descriptor: RunContentDescriptor? = PyExecuteIn...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm Python console synchronization
0 票
已编辑于
2023年01月12日 14:29
Hi Scott! Yes, it's true that Inteliij Idea works with the code source on modules level and PyCharm works on a project level. Internally each PyCharm project is represented as a module in terms of ...
社区
IntelliJ IDEA Open API and Plugin Development
Possible to have multiple SDKs/libraries in PyCharm?
0 票
创建于
2022年12月21日 14:30
Hi! Thank you very much for your report! It looks like a bug, I've created an issue in our issue tracker: https://youtrack.jetbrains.com/issue/PY-58115/PyCallExpressionmultiResolveCalleeFunction-go...
社区
IntelliJ IDEA Open API and Plugin Development
API PyCallExpression::multiResolveCalleeFunction got stuck in "Python Community Edition" plugin
0 票
创建于
2022年10月06日 10:47
Hi! You can call `com.jetbrains.python.refactoring.extractmethod.PyExtractMethodHandler#invoke(com.intellij.openapi.project.Project, com.intellij.openapi.editor.Editor, com.intellij.psi.PsiFile, co...
社区
IntelliJ IDEA Open API and Plugin Development
IDE scripting console invoke refactoring
0 票
创建于
2022年08月17日 12:59
I got your problem. Well, actually there is a hacky solution (see `PyExecuteInConsole.executeCodeInConsole`, but a private one). It has an argument `executeInStaringConsole`, which detects by virtu...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin PyExecuteInConsole synchronization
0 票
创建于
2022年08月17日 10:30
Hi! By design, it should execute the code in the newly started console (it works as expected in `com.jetbrains.python.actions.PyExecuteSelectionAction`). Are you sure it wasn't executed? Sometimes ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin PyExecuteInConsole synchronization
0 票
创建于
2019年11月20日 10:51
Hi! Does it work fine when you run it without debugger?
社区
PyCharm
Import Error: No Module named .... when running pycharm debugger, even though the module exists
0 票
创建于
2019年11月15日 09:30
Hi Kirill Markidonov! Unfortunately, we had another issue with `tests` in Python plugin, which should be fixed in IDEA 2019.2.5: https://youtrack.jetbrains.com/issue/PY-37226
社区
PyCharm
ImportError: Idea CE with python when debugging import module has issue "ImportError"
0 票
«
第一页
‹
上一页
下一页
›
最后
»