mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v complete: add recent additions to cmd/tools, sort list (#12762)
This commit is contained in:
parent
b1622c74b9
commit
cd96f980cc
@ -50,26 +50,36 @@ const (
|
||||
const (
|
||||
auto_complete_commands = [
|
||||
// simple_cmd
|
||||
'fmt',
|
||||
'up',
|
||||
'ast',
|
||||
'doc',
|
||||
'vet',
|
||||
// tools in one .v file
|
||||
'bin2v',
|
||||
'bug',
|
||||
'build-examples',
|
||||
'build-tools',
|
||||
'build-vbinaries',
|
||||
'check-md',
|
||||
'complete',
|
||||
'compress',
|
||||
'create',
|
||||
'doctor',
|
||||
'fmt',
|
||||
'repl',
|
||||
'self',
|
||||
'tracev',
|
||||
'setup-freetype',
|
||||
'shader',
|
||||
'symlink',
|
||||
'bin2v',
|
||||
'test',
|
||||
'test-fmt',
|
||||
'test-self',
|
||||
'test-all',
|
||||
'test-cleancode',
|
||||
'repl',
|
||||
'complete',
|
||||
'build-tools',
|
||||
'build-examples',
|
||||
'build-vbinaries',
|
||||
'setup-freetype',
|
||||
'doc',
|
||||
'doctor',
|
||||
'test-fmt',
|
||||
'test-parser',
|
||||
'test-self',
|
||||
'test',
|
||||
'tracev',
|
||||
'up',
|
||||
'watch',
|
||||
'wipe-cache',
|
||||
// commands
|
||||
'help',
|
||||
'new',
|
||||
|
Loading…
Reference in New Issue
Block a user