c3IDE - Construct 3 Plugin Creation Tool
c3IDE provides quality of life improvements when developing addons for construct 3. The tool comes with auto completion, a built in web server to host and test your files. and lots of work flow improvements to help develop addons faster.
INSTALL
https://piranha305.itch.io/c3ide
REPORT ISSUES / FEATURE REQUEST
https://github.com/armandoalonso/c3IDE/issues
SOURCE
https://github.com/armandoalonso/c3IDE
DOCUMENTATION
https://github.com/armandoalonso/c3IDE/blob/master/doc/index.md
VIDEOS
https://youtu.be/mftBOgBMUuY
Features
- Addon boilerplate creation (Plugins/Behaviors/Effects)
- JSON/JavaScript auto completion
- Format JSON/Javascript
- Easily Add and Manage ACES and Parameters
- Global find and replace
- Built in web serve to host addons
- Basic validation in place to help prevent common errors
- Multiple Themes
- Final C3Addon zip creation
- Recompile on save to improve workflow
- Automatic updates when new features are added
- C3addon Import (Experimental)
- Basic C2 Runtime support (when imported from c3adoon)
- Basic C2 to C3 conversion, generate C3 skeleton for most C2 addons (ACE stub generation)
- Code Folding
Roadmap
- Provide better linting of javascript files