Skip to content

How to develop / contribute code changes to consulo? #442

Answered by VISTALL
TCROC asked this question in Q&A
Discussion options

You must be logged in to vote

You need install few plugins.

  • Consulo DevKit (with dependencies)
  • And Maven if not installed

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)

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@TCROC
Comment options

@TCROC
Comment options

@VISTALL
Comment options

@VISTALL
Comment options

@TCROC
Comment options

Answer selected by TCROC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants