You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Available templates for **AS3**:
38
38
*`.while` – uses expression as loop condition `while (expr)`
39
39
*`.dowhile` – uses expression as loop condition `do{...} while(expr);`
40
40
*`.sel` – selects expression in editor
41
+
*`.trace` - surrounds expression with `trace(expr);`
41
42
42
43
Available templates for **Haxe**:
43
44
*`.code` – for String adds `code` to completion list
@@ -56,7 +57,7 @@ Available templates for **Haxe**:
56
57
*`.while` – uses expression as loop condition `while (expr)`
57
58
*`.dowhile` – uses expression as loop condition `do{...} while(expr);`
58
59
*`.sel` – selects expression in editor
59
-
60
+
*`.trace` - surrounds expression with `trace(expr);`
60
61
61
62
## Как добавить сниппеты для постфиксного автокомплита самому?
62
63
Сниппеты для постфиксного автокомплита представляют из себя улучшенный вид стандартных сниппетов и распологаются в `FlashDevelop\Snippets\Language\postfixgenerators`, также в настройках плагина можно подключить пользовательские директории.
0 commit comments