File tree Expand file tree Collapse file tree 1 file changed +24
-14
lines changed Expand file tree Collapse file tree 1 file changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -50,26 +50,36 @@ const (
50
50
const (
51
51
auto_complete_commands = [
52
52
// simple_cmd
53
- 'fmt ' ,
54
- 'up ' ,
53
+ 'ast ' ,
54
+ 'doc ' ,
55
55
'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' ,
56
69
'self' ,
57
- 'tracev ' ,
70
+ 'setup-freetype ' ,
58
71
'shader' ,
59
72
'symlink' ,
60
- 'bin2v ' ,
61
- 'test' ,
73
+ 'test-all ' ,
74
+ 'test-cleancode ' ,
62
75
'test-fmt' ,
76
+ 'test-parser' ,
63
77
'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' ,
73
83
// commands
74
84
'help' ,
75
85
'new' ,
You can’t perform that action at this time.
0 commit comments