Closed carlpett closed 5 years ago
Maybe:
&golang.Gocode{
AllowExplicitCompletions: true,
// AllowWordCompletions: true,
},
Yep, that did it. Thanks!
Huh, it does not seem to work within test files, though... Expected?
I've created a .sublime-completions file with a few shortcuts for myself. However, while GoSublime is active, they aren't available. Is it possible to retain that behaviour without recoding the snippets as
golang.SnippetFuncs
in the margo.go configuration?