Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
plugin.coder
Follow
New posts
New posts and comments
Total activity
77
Last activity
September 11, 2020 16:19
Member since
April 13, 2019 16:36
Following
0 users
Followed by
0 users
Votes
24
Subscriptions
20
Activity overview
Posts (13)
Comments (20)
Sort by recent activity
Recent activity
Votes
Created
September 09, 2020 16:48
oh, actually there is such a request already: https://youtrack.jetbrains.com/issue/IDEA-210163
Community
IntelliJ IDEA Open API and Plugin Development
How to include my own RunConfigurationExtension in MavenRunConfiguration?
0 votes
Edited
September 04, 2020 09:02
Yann CebronSo, I created my own RunConfigurationExtensionBase by extending RunConfigurationExtension but even if I return true in isApplicableFor() my custom tab is not applied to the Maven templat...
Community
IntelliJ IDEA Open API and Plugin Development
How to include my own RunConfigurationExtension in MavenRunConfiguration?
0 votes
Created
September 03, 2020 16:31
I'm attaching a Java Agent to the application and I'd like to customize how the agent behaves. Only the Maven Configuration does not support this kind of functionality. Other Run Configurations lik...
Community
IntelliJ IDEA Open API and Plugin Development
How to include my own RunConfigurationExtension in MavenRunConfiguration?
0 votes
Created
August 24, 2020 15:21
Thanks. I will work around this issue by getting the parents of the anonymous class until I get a normal class and will create the name from it (even if not accurate).
Community
IntelliJ IDEA Open API and Plugin Development
How to get the name of PsiAnonymousClass?
0 votes
Created
August 20, 2020 16:55
Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
How to show text next to variables like in Debugging mode?
0 votes
Edited
August 13, 2020 16:11
My ProgramRunner attaches a Java agent to the running application and this agent creates a file after extracting some information from the running app. I'd like to verify the contents of the file i...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Testing - how to compile and run Project inside a heavy test?
0 votes
Created
June 30, 2020 20:17
Thank you! This works!
Community
IntelliJ IDEA Open API and Plugin Development
How to override built-in action's key mapping?
0 votes
Created
June 29, 2020 07:32
Great. Thank you very much!
Community
IntelliJ IDEA Open API and Plugin Development
How to extend Find in Path with a custom Filter?
0 votes
Created
June 29, 2020 07:20
Jakub Chrzanowski Thank you. One more last question: how welcome are PRs in this area? I mean I wanted to add some filters like: find in local variable, find in method name, find in method body etc.
Community
IntelliJ IDEA Open API and Plugin Development
How to extend Find in Path with a custom Filter?
1 vote
Created
June 29, 2020 07:00
Jakub Chrzanowski Then it is possible to clone some of those classes in my plugin and include my own filters? Of course it won't be the same action....it will have another shortcut...but still is t...
Community
IntelliJ IDEA Open API and Plugin Development
How to extend Find in Path with a custom Filter?
0 votes
1
2
›
»