Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imjustjavad
Total activity
10
Last activity
August 06, 2024 08:13
Member since
July 30, 2024 09:16
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
August 03, 2024 12:26
https://plugins.jetbrains.com/docs/intellij/run-configurations-tutorial.html#implement-a-runconfiguration
Community
IntelliJ IDEA Open API and Plugin Development
How to define custom runConfiguration or runConfigurationFactory in plugin.xml file? (if needed)
1 vote
Created
August 06, 2024 08:13
thanks.
Community
IntelliJ IDEA Open API and Plugin Development
how to create a new test framewok plugin?
0 votes
Edited
August 01, 2024 07:09
hello, i think this works: public static boolean isMapType(PsiType psiType, Project project) { if (psiType == null || project == null) { return false; } JavaPsiFacade facade = ...
Community
IntelliJ IDEA Open API and Plugin Development
How to judge PsiType implements java.util.Map
0 votes