Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Andrey Lisin
Follow
New articles and posts
New articles, posts, and comments
Total activity
4
Last activity
April 29, 2021 10:08
Member since
June 10, 2019 10:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Articles (0)
Posts (0)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
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
Edited
June 10, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development: Fetch variable value (numpy array)
0 votes