Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Xiazixuan642
Total activity
7
Last activity
September 24, 2022 09:25
Member since
September 28, 2021 15:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
September 24, 2022 09:25
OK thanks, I'll try to upgrade my IDE. Maybe disable this fearture when the user's IDE is under 2020.3
Community
IntelliJ IDEA Open API and Plugin Development
How to use SunMSCAPI in the plugin ?
0 votes
Created
September 24, 2022 07:30
Using the 2020.2 IU.
Community
IntelliJ IDEA Open API and Plugin Development
How to use SunMSCAPI in the plugin ?
0 votes
Edited
October 09, 2021 02:17
I use the XmlTag to solve this. code like: MavenDomPlugin addPlugin = plugins.addPlugin();XmlTag addPluginXmlTag = addPlugin.getXmlTag();XmlTag childTag = addPluginXmlTag.createChildTag("configurat...
Community
IntelliJ IDEA Open API and Plugin Development
how to add new domElement to maven dom?
0 votes