Skip to content

Commit cd96f98

Browse files
authored
v complete: add recent additions to cmd/tools, sort list (#12762)
1 parent b1622c7 commit cd96f98

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

cmd/tools/vcomplete.v

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,36 @@ const (
5050
const (
5151
auto_complete_commands = [
5252
// simple_cmd
53-
'fmt',
54-
'up',
53+
'ast',
54+
'doc',
5555
'vet',
56+
// tools in one .v file
57+
'bin2v',
58+
'bug',
59+
'build-examples',
60+
'build-tools',
61+
'build-vbinaries',
62+
'check-md',
63+
'complete',
64+
'compress',
65+
'create',
66+
'doctor',
67+
'fmt',
68+
'repl',
5669
'self',
57-
'tracev',
70+
'setup-freetype',
5871
'shader',
5972
'symlink',
60-
'bin2v',
61-
'test',
73+
'test-all',
74+
'test-cleancode',
6275
'test-fmt',
76+
'test-parser',
6377
'test-self',
64-
'test-cleancode',
65-
'repl',
66-
'complete',
67-
'build-tools',
68-
'build-examples',
69-
'build-vbinaries',
70-
'setup-freetype',
71-
'doc',
72-
'doctor',
78+
'test',
79+
'tracev',
80+
'up',
81+
'watch',
82+
'wipe-cache',
7383
// commands
7484
'help',
7585
'new',

0 commit comments

Comments
 (0)