v complete: add recent additions to cmd/tools, sort list (#12762)

pull/12769/head
Larpon 2021-12-08 21:27:07 +01:00 committed by GitHub
parent b1622c74b9
commit cd96f980cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 15 deletions

View File

@ -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',