Heu Majing

- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 14
-
-
Heu Majing commented, -
-
Heu Majing created a post, Answeredcustomize idea plugin develop how to rely on the third-party plugin?eg: sonarlint ,use it api
@Jakub Chrzanowski hello,i am developing idea plugin needs to rely on the third-party plugin sonarlint, how to dependency it inplugin.xml or build.gradle???sonarlint.zip is placed on my server. I ... -
Heu Majing created a post, AnsweredClass path contains multiple slf4j binding in plugin maven and 3rd-party-rt.jar ,how to execlue?
I am developing a plug-in that relies on the maven plug-in import slf4j-log4j12 jar package. Now there are 3 slf4j implementation classes, which prompt conflicts. I want to keep only one, such as d... -
-
-
Heu Majing created a post, Answeredidea plugin in debug mode,method threw java.lang.noclassdeffounderror
i meet the same question int this: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001227039-ClassNotFoundException-in-plugin-development?page=1#community_comment_7768731052178 t... -
Heu Majing commented, -
Heu Majing created a post, Answeredidea plugin develop ,how to load .class which opened in the idea project?
To develop the idea plug-in, you need to obtain the .class file of the open project A, obtain the class<?> object, and do follow-up operations.Throws classnot found: this answer can not resolve pro...