for Widnows and Unix
for OS X
Overview
Postfix code completion lets you transform an already typed expression to another
one based on the postfix you type after a dot, the type of the expression, and its context.
This transformation is performed by expanding the postfix-specific predefined template. For example,
the .if postfix applied to a boolean expression wraps it with an if statement.
See more at: Postfix Code Completion
.
On this page, enable and disable postfix templates and appoint key to activate the template expansion.
Controls
| Item | Description |
|---|---|
| Enable postfix templates |
|
| Expand templates with | From the drop-down list, select the key that will expand the selected postfix template. The possible options are: Tab, Space, and Enter. |
| Table of available postfix templates |
The table below shows the list of available postfix templates. To enable or disable a template, select or clear the check box next to it.
There is one more template not included in the list of available postfix templates; this is negating an entire expression with an exclamation mark (!). |