-
Can I open the consulo repo inside of the consulo ide and build and develop it? I was trying to do this, but whenever I open the consulo project with the consulo ide, the consulo ide ignores it / doesn't do anything. |
Beta Was this translation helpful? Give feedback.
Answered by
VISTALL
Dec 7, 2020
Replies: 1 comment 12 replies
-
You need install few plugins.
Install JDK11 + And then only open any Consulo projects (it will suggest Maven import). No need build Consulo from scratch. Just download repo what you need - and open it. For start need execute |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
TCROC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need install few plugins.
Install JDK11 +
And then only open any Consulo projects (it will suggest Maven import).
No need build Consulo from scratch.
Just download repo what you need - and open it.
For start need execute
mvn consulo:run-desktop -pl consulo.plugin:PLUGIN_ID (change to plugin what you want)