主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andrey Lisin
活动总数
8
最后的活动
2024年09月03日 10:40
成员加入日期
2019年06月10日 10:22
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
4
活动概览
帖子(0)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2024年09月03日 10:40
正式评论
Hey Julian,Thank you for your interest in developing plugins for PyCharm.You are correct in your understanding. You will need a dummy Python project and a real Python interpreter to run the debug p...
社区
IntelliJ IDEA Open API and Plugin Development
How to write and run unit tests for a Python plugin in 2024?
0 票
已编辑于
2023年12月14日 20:36
Hello,I am unsure I understand the issue, so I describe how I see it, and you correct me if I am wrong.You have a form that takes an input and generates corresponding Python code. Now, you need to ...
社区
IntelliJ IDEA Open API and Plugin Development
Need to Add Debugger into PyCharm Plugin
0 票
创建于
2021年04月29日 10:07
Hello Hugh, First of all, Yann is right and the sources for the reStructuredText plugin are available here. The Markdown plugin sources can be found by this link. You're thinking in the right direc...
社区
IntelliJ IDEA Open API and Plugin Development
Navigating from Markdown & reST to code
0 票
已编辑于
2019年06月10日 10:24
Hello @Jorikdima, You can get the contents of an array using the code snippet below: import com.intellij.openapi.actionSystem.AnAction;import com.intellij.openapi.actionSystem.AnActionEvent;import ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development: Fetch variable value (numpy array)
0 票