IntelliJ IDEA 2020.1 Help

Drag-and-drop

In order to increase development speed and prevent errors the plugin allows you to use drag&drop operations to generate simple code but that would otherwise be more error prone and take time from the task at hand.

This section covers the following features:

Drag&Drop Components

Drop in Page or Component Template
This drop operation will result in a reference to the dropped component being inserted at the drop point with all required attributes set.
Drop in Page or Component Class
This drop operation will result in the declaration of an embedded component in the target class.
Result: the declaration of an embedded component in the target class

Drag&Drop Pages

Drop in Page or Component Template
This drop operation will result in a page link to the dropped page being inserted at the drop point.
Result: A page link is inserted
Drop in Page, Component or Mixin Class
This drop operation will result in the injection of the dropped page in the target class.
Result: the injection of the dropped page in the target clas

Drag&Drop Mixins

Drop in Component Class
This drop operation will result in the declaration of the usage of an implementation mixin.
Result: the declaration of the usage of an implementation mixin
Last modified: 15 April 2020