| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-18 | update module import path | Eyal Posener | |
| 2019-11-18 | V2 | Eyal Posener | |
| 2017-11-04 | Filter matches as a final stage | Eyal Posener | |
| This simplifies the prediction logic writing, the predictor doesn't need to filter our according to line matching, instead it returns everything and the filtering is done at the end. This does not break current behavior. | |||
| 2017-07-28 | gocomplete: Add support for system GOPATH packages | Eyal Posener | |
| fixes #41 | |||
| 2017-05-18 | gocomplete: go run should also predict non-main functions | Eyal Posener | |
| 2017-05-18 | Fix './' prefix for file completion | Eyal Posener | |
| 2017-05-15 | Add example test to increase coverate | Eyal Posener | |
| 2017-05-15 | gocomplete: run only runnable go files | Eyal Posener | |
| when typing 'go run', the completion will complete only go files which are in main package and have a main function. | |||
