summaryrefslogtreecommitdiff
path: root/gocomplete/complete.go
AgeCommit message (Collapse)Author
2017-05-18gocomplete: go run should also predict non-main functionsEyal Posener
2017-05-15Merge pull request #26 from posener/runnableEyal Posener
gocomplete: run only runnable go files
2017-05-15gocomplete: run only runnable go filesEyal Posener
when typing 'go run', the completion will complete only go files which are in main package and have a main function.
2017-05-15Add global flags for commandEyal Posener
Fixes #24
2017-05-15gocomplete: add build flags to get commandEyal Posener
2017-05-13cmd/install: add support for zshEyal Posener
Fixes: #9
2017-05-13fix nested filesEyal Posener
2017-05-13gocomplete: complete by packagesEyal Posener
2017-05-11Add Predictor interfaceEyal Posener
2017-05-11Improve files and directories completionEyal Posener
2017-05-10Enable completion and executable be the same commandEyal Posener
Fixes #6
2017-05-08[gocomplete] fix test name completionEyal Posener
2017-05-07Move match to a separate packageEyal Posener
2017-05-07Remove Name from Command structEyal Posener
2017-05-06improve docsEyal Posener
2017-05-06Use local completion files and directories according to typed commandEyal Posener
2017-05-06fmtEyal Posener
2017-05-06Use pointers to predicatesEyal Posener
2017-05-06Add easy way to install the bash completionEyal Posener
2017-05-06Remove Complete structEyal Posener
2017-05-06nicer signature for PredictSetEyal Posener
2017-05-06Roughly add all go commandsEyal Posener
2017-05-05Add additional argsEyal Posener
add predition of directories add ability for prediction union
2017-05-05RenamingsEyal Posener
2017-05-05Add plural forms for less verbose declarationsEyal Posener
2017-05-05Add go complete exampleEyal Posener