主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Elizabeth Shashkova
活动总数
408
最后的活动
2023年07月11日 14:02
成员加入日期
2014年11月22日 15:21
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
164
活动概览
文章(0)
帖子(0)
评论(244)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2022年08月08日 16:29
Hi! For implementing the same functionality in PyCharm you should implement a custom project generator (which inherits from `com.jetbrains.python.newProject.PythonProjectGenerator`) and register it...
社区
IntelliJ IDEA Open API and Plugin Development
Why moduleBuilder in SDK sample does not work in PyCharm Community ?
1 票
创建于
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 票
创建于
2019年11月13日 09:51
Hi Valerio Angelini! Unfortunately, I can't reproduce the issue in the latest IDEA 2019.3 Beta (Build #IU-193.5096.12, built on November 6, 2019) with the corresponding Python plugin (193.5096.12)....
社区
IntelliJ IDEA Open API and Plugin Development
Exception for plugin in latest EAP: Action 'ForceStepInto' doesn't override anything
0 票
创建于
2019年11月11日 07:43
Hi Gmarkidonov! Do you have a module with name which shadows standard library? Unfortunately, PyCharm debugger fails in this case:https://youtrack.jetbrains.com/issue/PY-23615Try to temporary renam...
社区
PyCharm
ImportError: Idea CE with python when debugging import module has issue "ImportError"
0 票
创建于
2019年06月05日 16:15
Hi Isaaclee! In fact, almost every function in this module does some patching. For example, we patch new process creation: https://github.com/JetBrains/intellij-community/blob/master/python/helpers...
社区
PyCharm
Pydevd's effect on python's multiprocessing & threading
0 票
创建于
2019年05月13日 14:46
Hi Andrelfnovaes! Not yet, unfortunately. Feel free to vote for the issue:https://youtrack.jetbrains.com/issue/PY-35912
社区
PyCharm
How to step into another .py file while debugging in PyCharm
0 票
«
第一页
‹
上一页
下一页
›
最后
»