Hi there!
I'm building a small IDE to make the development of Contruct3 plugins much easier. Think of it like no more opening JSON file and make sure the language file was correctly made, checking the options you have when you want to use a combo etc etc etc. It's pretty straight forward, allows you to build a plugni from ground up using an easy and intuitive UI, like this:
or
You can add properties, actions, conditions, expressions, set your plugin infos, edit the runtime.js, that automatically gets the default functions for your added elements and simply save to a c3addon. It will be able to open a c3addon package to edit it and repackage it directly.
I was wondering if anybody had any special thoughts, needs, ideas for functions etc etc etc