how to add my plugin code to intellij.community source code

已回答

hello  i hava a plugin code, i want to add it to intellij.community source code

 and build  intellij.community  but i try add it to bundledPluginModules  

productLayout.bundledPluginModules = IDEA_BUNDLED_PLUGINS
  .addAll(listOf("intellij.javaFX.community", "intellij.vcs.github.community"))
  .add("BpLanguageDemo")
  .toMutableList()

but it not work  

 

BpLanguageDemo is a gradle project can build idea plugin.jar

0

Hi,

I'm sorry, but the error is unclear. Where are you trying to add it? What is the plugin you try to add? What is the error?

And most important: what is your use case? What are you trying to do?

0

请先登录再写评论。