devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
35 stars 70 forks source link

Add a Cobigen option to the context menu in IntelliJ IDE #1616

Open quantumfate opened 1 year ago

quantumfate commented 1 year ago

Expected behavior

As a developer, I want to use the IntelliJ IDE so that I can generate boilerplate-code in IntelliJ.

Actual behavior

As for now there is no way to generate Code within IntelliJ

Use Case of feature request (enhancement)

As for now you can open the Cobigen Project for contribution in IntelliJ but it is not possible to generate code without making use of the Cobigen-CLI. Therefor we would like to develop an IntelliJ plugin that adds the same functionality to IntelliJ that we have in Eclipse right now.

Related/Dependent Issues

#1608