how to add my plugin code to intellij.community source code
Answered
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
Please sign in to leave a comment.
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?