CodeGenerator icon indicating copy to clipboard operation
CodeGenerator copied to clipboard

Intellij IDEA Plugin for creating customized code generators like the builtin toString, equals, etc.

Results 7 CodeGenerator issues
Sort by recently updated
recently updated
newest added

- The version of Code Generator plugin: 1.5.2 - The version of IDE: IntelliJ IDEA 2023.2.1 (Ultimate Edition) Build #IU-232.9559.62 - The version of Apache Velocity plugin: bundled 232.9559.62 -...

Hi, my question in head. If this functionallity isn't available, please add it

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.

1. Plugin version 1.5.2. IDEA Build #IU-223.8214.52 OS - Linux 2. new template created ```xml ```` 3. generate code ``` package ru.test.example; ``` directory with name started with '\n' created...

Hello **thank you very much for sharing and maintaining your great work!,** It's always great to start the CodeGenerator and let the magic happen 😄. I use it for projects...

Hi, this is more a question then an issue but i did not find a better place to ask this :) This plugin will add imports for class that are...