Skip to content

bobi/aem-groovyconsole-plugin

Repository files navigation

AEM Groovy Console IntelliJ Plugin

Adds support to run groovy scripts on AEM server from Intellij IDEA.

Powered by AEM Groovy Console.

Features

  • 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

How to use

  • Configure AEM Server Settings tab

Screenshot Settings

  • Add Groovy Framework support into your project
  • Add AEM uber-jar into project classpath
  • Create new .aemconsole file

Screenshot

Code completion support

Screenshot Screenshot

Groovy Scripts Support

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. Screenshot

Usage Example

https://youtu.be/1iL1Qhcp_x0

How to get?

You can download it from JetBrains Marketplace or directly in your Intellij Idea by searching for "AEM Groovy Console".