Code completion on template set tabs
Automatic code completion can be used on output tabs for tags beginning with $ (see chapter Instructions (CMS tags)).
For this, at least the character $ must be entered.
Use the keyboard shortcut Ctrl and Space to open a list with all available CMS tags and applicable combinations.
The required tag can then be copied onto the output tab using the keyboard (Up ↑ or Down ↓ and Enter) or the mouse (double-click or click and Enter). Combinations will be inserted in several lines among each other.
The insertion point is located behind the opening bracket. Here, the required expression can be entered directly.
The number of tags shown can be limited by entering the first letter(s) of the required CMS tag. For example, if you enter
$CMS_IF
and then Ctrl and Space, the following suggestions will be displayed:
$CMS_IF(...)$$CMS_ELSE$$CMS_END_IF$
$CMS_IF(...)$CMS_ELSIF()$$CMS_ELSE$$CMS_END_IF$
$CMS_IF(...)$$CMS_END_IF$
If you enter
$CMS_FOR
it will be completed directly to
$CMS_FOR(,)$$CMS_END_FOR$
with Ctrl and Space.