Processing Plugin for IntelliJ

I love Processing for sketching, but I also love IntelliJ for developing. It enhances productivity significantly, and once you are used to the features, you will probably find it hard to code anything substantial in the lightweight IDE made for Processing. For years that meant I had to manually add the Processing core.jar file to any project I was working on and manipulate the main method and all kinds of stuff to get my sketch to compile in IntelliJ. I saw no generator for starting a Processing project in the start new project pane, so eventually descided I would have to build one that would make it easy to sketch in a high performing IDE. I had no experience building generators or plugins for IntelliJ, so I found myself in front of a steep learning curve, or at least a learning curve that I had no spare time to climb. But then came AI, and I thought why not vibe code this plugin I was yearning for and get myself experience with vibe coding at the same time. A few hours later I had my plugin. I have now added Claude Code to my love triangle.