IntelliJ IDEA 2017.3 Help

Navigation

This feature is only supported in the Ultimate edition.

Loomy allows easy navigation between several elements in your template are the related content.

You can navigate:

Between template and class

Probably the most used navigation. Loomy provides an action (Ctrl+Shift+G by default) that allows you to navigate from a template to it's corresponding class and vice-versa.

From tag to component class

This navigation allows you to navigate from a component tag in your template to that component class. Just press Ctrl+Click on the tag itself.

From property value to associated method

If you have bound a component parameter with a property you can now just press Ctrl+Click on the parameter value in your template and you will navigate to the method that corresponds to the given property.

To component documentation

This navigation allows you to navigate from a component tag in your template to that component documentation displayed in the Tapestry ToolWindow. This action is associated by default to the key Shift+Ctrl+D, so just use when the cursor is on a component tag and you'll see it's documentation.

Last modified: 6 March 2018