No reviews yetBe the first to leave a review for Awesome Code Editor
Maker
📌
I wanted to share a project I've been working on that I think some of you might find useful - Awesome Code Editor for Wordpress.
It is a modern, in-admin code editor built on the Monaco editor (the same engine that powers VS Code). I built it because I got tired of jumping between my IDE and WordPress admin when making quick tweaks to themes and plugins.
As we all know the default code editor leaves a lot to be desired. It's really nice having features like syntax highlighting, autocomplete, multiple language support, and a clean interface.
What we think makes ACE extra special and will set it apart as we develop it further, is that it actually understands your WordPress setup. It knows your custom post types, ACF fields, taxonomies, and more, and we've built a code inserting feature that inserts common Wordpress code with your post type or ACF field names already inserted.
I'd love your feedback! This is still evolving and I'm really open to hearing what would make it more useful for your workflow. What features matter most to you in a code editor? What's missing from other WordPress code editors you've tried?