CodeGenerator icon indicating copy to clipboard operation
CodeGenerator copied to clipboard

Instructions for building from source

Open rmullin7286 opened this issue 4 years ago • 3 comments

Would it be possible to provide instructions for building this plugin from source? I would like to modify it and add some functionality for my own purposes.

rmullin7286 avatar Mar 09 '20 03:03 rmullin7286

@rmullin7286

  1. Open the project in Intellj IDEA should be sufficient.
  2. To generate the plugin, Right click on the project > Prepare Plugin Module "code-generator" for Deployment.

lotabout avatar Mar 09 '20 04:03 lotabout

Doesn't work for me.

qwazer avatar Feb 03 '23 20:02 qwazer

Doesn't work for me.

Please check my fork and modification at https://github.com/Haixing-Hu/CodeGenerator/tree/v1.7.1

I have migrated the codes to the gradle building system.

Haixing-Hu avatar Aug 27 '24 06:08 Haixing-Hu