Adds support to run groovy scripts on AEM server from Intellij IDEA.
Powered by AEM Groovy Console.
- Execute groovy scripts on running AEM server from editor
- Script can be executed on multiple servers
- Console output provides a link to the script's source if exception occurred
- Support code completion in groovy editor. Note: com.adobe.aem:uber-jar:x.x.x or com.adobe.aem:aem-sdk-api:x.x.x should be in project classpath to provide full code completion
- More Details
- Configure AEM Server Settings tab
- Add Groovy Framework support into your project
- Add AEM uber-jar into project classpath
- Create new .aemconsole file
To run .groovy files as AEM scripts mark folder as "AEM Scripts Source Root", all groovy files in marked folder will be treated as AEM Scripts.
You can download it from JetBrains Marketplace or directly in your Intellij Idea by searching for "AEM Groovy Console".