We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4793d commit bd41a2dCopy full SHA for bd41a2d
README.md
@@ -17,6 +17,7 @@ https://github.com/SlavaRa/fdplugin-postfix-code-completion/releases
17
18
## Features
19
Available templates for **AS3**:
20
+* `.constructor` – surrounds with expression `Object(expr)['constructor']`
21
* `.if` – checks boolean expression to be true `if (expr)`
22
* `.else` – checks boolean expression to be false `if (!expr)`
23
* `.null` – checks nullable expression to be null `if (expr == null)`
0 commit comments