Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrey Lisin
Total activity
8
Last activity
September 03, 2024 10:40
Member since
June 10, 2019 10:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (4)
Andrey Lisin
commented,
September 03, 2024 10:40
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
How to write and run unit tests for a Python plugin in 2024?
0 votes
Andrey Lisin
commented,
December 14, 2023 20:35
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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Need to Add Debugger into PyCharm Plugin
0 votes
Andrey Lisin
commented,
April 29, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Navigating from Markdown & reST to code
0 votes
Andrey Lisin
commented,
June 10, 2019 10:22
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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development: Fetch variable value (numpy array)
0 votes