| Age | Commit message (Collapse) | Author |
|
gocomplete - adding go tool link and pack
|
|
|
|
|
|
|
|
|
|
If the last flag is of the form -flag=value, complete the value according to -flag.
|
|
Fixes #39
|
|
|
|
gocomplete: run only runnable go files
|
|
when typing 'go run', the completion will complete only go files
which are in main package and have a main function.
|
|
Fixes #24
|
|
|
|
Fixes: #9
|
|
|
|
|
|
|
|
|
|
Fixes #6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add predition of directories
add ability for prediction union
|
|
|
|
|
|
|