主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
ght ggg
活动总数
10
最后的活动
2022年05月10日 12:06
成员加入日期
2022年03月27日 04:57
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2022年05月10日 12:06
In other words, if users don't add dependencies to their own projects, can these features not be implemented?
社区
IntelliJ IDEA Open API and Plugin Development
Something about plugin dependencies.
0 票
创建于
2022年04月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Something about plugin dependencies.
0 票
创建于
2022年04月06日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Something about plugin dependencies.
0 票
创建于
2022年03月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to run events within my own intellij plugin?
0 票
创建于
2022年03月29日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to run events within my own intellij plugin?
0 票
创建于
2022年03月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen to run events within my own intellij plugin?
0 票