Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
ght ggg
Total activity
10
Last activity
May 10, 2022 12:06
Member since
March 27, 2022 04:57
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 10, 2022 12:06
In other words, if users don't add dependencies to their own projects, can these features not be implemented?
Community
IntelliJ IDEA Open API and Plugin Development
Something about plugin dependencies.
0 votes
Created
April 06, 2022 10:12
when project start https://github.com/GGGGGHT/hotswap/blob/main/agent/src/main/java/com/ggggght/agent/enhancer/JavassistEnhancer.java#L10. This method will be called. But when the web project has n...
Community
IntelliJ IDEA Open API and Plugin Development
Something about plugin dependencies.
0 votes
Created
April 06, 2022 10:02
I have two projects, one is a plugin project and the other is a simple Spring-Boot project that only contains the dependencies of spring-boot-starter-web. The purpose of writing a plugin is to get ...
Community
IntelliJ IDEA Open API and Plugin Development
Something about plugin dependencies.
0 votes
Created
March 30, 2022 14:48
Sorry to bother you again. I have a little problem now. Ff I have a lib directory in the root directory of the plugin with a jar file in it, I want to get the path of this jar in the -javaagent par...
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen to run events within my own intellij plugin?
0 votes
Created
March 29, 2022 06:27
When i use com.intellij.execution.process.BaseProcessHandler#getCommandLine got the java command. How do I modify it now to achieve the purpose of adding the agent parameter.
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen to run events within my own intellij plugin?
0 votes
Created
March 29, 2022 06:12
Thanks for your help, now I can get running events. There is another problem that I want to add an agent before running or debugging by adding -javaagent agent.jar. What should I do to get the comm...
Community
IntelliJ IDEA Open API and Plugin Development
How do I listen to run events within my own intellij plugin?
0 votes