Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.04 KB

AEM Tools

Intellij IDEA plugin containing AEM related features. The goal of the plugin is to make the development of AEM projects faster and more convenient by leveraging features which IDE can provide. The project is in beta now, but it is already usable.

Installation

The plugin is available in official JetBrains repository:

Settings... -> Plugins -> Browse Repositories... -> type "AEM Tools" -> install

Features

  1. HTL (Sightly) support
  • Syntax highlighting
  • Completion for standard context objects (e.g. properties)
  • Completion for HTL attributes (e.g. data-sly-use)
  • Java Use & Sling Models support
  • Code Navigation
  1. dialog.xml completion (Classic UI)
  • Provides the list of all available xtypes (taken from official documentation)
  • After the xtype is chosen proposes fields declared in specified xtype
  • "Quick doc" action triggered on specific field or xtype will show corresponding documentation

More details will be available soon at the project's WIKI