This feature is supported in Ultimate edition only.

Auto-completion makes template editing much faster. Loomy extends this feature introducing lot's of Tapestry specific completions.

This section covers the following features:

Component tags auto-completion

When editing your template you can take advantage of the auto-completion feature to help you insert a component using both types of possible annotations for that:

  • Invisible Instrumentation

    Just use the auto-completion feature on the t:type attribute value.

    ../../Shared/tapestry-completeinv.png

  • Component Tag

    Just use the auto-completion feature on the tag name where you want to insert the component.

    ../../Shared/tapestry-complete.png

Component parameters auto-completion

Component tags have additional parameters that don't conform to the HTML standard and so the default auto-completion won't help you. This plugin extends the auto-completion feature adding the Tapestry component parameters to the list of possible tag parameters.

../../Shared/tapestry-completeparameter.png

Parameters values auto-completion

Auto-completion of property binding is available so you can save lot's of time navigating from template to class.

  • Page parameter of the PageLink component

    ../../Shared/tapestry-valueparameter.png

  • Boolean parameters

    ../../Shared/tapestry-booleanparameter.png

  • Simple properties

    ../../Shared/tapestry-parameterprefixprop.png

  • Composed properties

    ../../Shared/tapestry-composedprop.png