I’m new to Confluence development and have been for most of my career a ASP.NET | Open-source web framework for .NET developer which has a great tooling chain.
My new job will require to learn a lot about confluence, velocity and a bit of Java. Due to bureaucracy and legacy reasons they only work with User Macros through the UI and no direct development is ever done through packaging macros as plugins and such as there aren’t access to production server to deploy plugins for example. I might be missing something, but at least is what I’m told (to new to confront with anything)
I’m struggling a lot with this as there seems out of this world not to have some kind of IDE for highlighting and auto complete, but specially not to have a good debugging system. Is it really only possible to debug by sending variable info to the DOM?
Can someone give me a better workflow than edit the user macro through a Text Area input, save, refresh page, check data and DOM, repeat…?
thank you