Skip to content

Commit 21ca04f

Browse files
committed
Add more completions
1 parent 1414f60 commit 21ca04f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Completions/Includes.sublime-completions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
{ "trigger": "#include <FontConstants.au3>", "contents": "#include <FontConstants.au3>" },
99
{ "trigger": "#include <GUIConstants.au3>", "contents": "#include <GUIConstants.au3>" },
1010
{ "trigger": "#include <GUIConstantsEx.au3>", "contents": "#include <GUIConstantsEx.au3>" },
11+
{ "trigger": "#include <GuiComboBox.au3>", "contents": "#include <GuiComboBox.au3>" },
12+
{ "trigger": "#include <Array.au3>", "contents": "#include <Array.au3>" },
1113
{ "trigger": "#include <WindowsConstants.au3>", "contents": "#include <WindowsConstants.au3>" },
1214
{ "trigger": "#include <MsgBoxConstants.au3>", "contents": "#include <MsgBoxConstants.au3>" },
1315
{ "trigger": "#include-once", "contents": "#include-once" }

Completions/UDFFunctions.sublime-completions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{ "trigger": "_ArrayPush()", "contents": "_ArrayPush($1)" },
2020
{ "trigger": "_ArrayReverse()", "contents": "_ArrayReverse($1)" },
2121
{ "trigger": "_ArraySearch()", "contents": "_ArraySearch($1)" },
22+
{ "trigger": "_ArrayShuffle()", "contents": "_ArrayShuffle($1)" },
2223
{ "trigger": "_ArraySort()", "contents": "_ArraySort($1)" },
2324
{ "trigger": "_ArraySwap()", "contents": "_ArraySwap($1)" },
2425
{ "trigger": "_ArrayToClip()", "contents": "_ArrayToClip($1)" },

0 commit comments

Comments
 (0)