joefitzgerald / autocomplete-go

An Atom autocomplete-plus provider for the Go language that uses gocode to provide suggestions.
Other
29 stars 3 forks source link

Check for go-code on editor activation instead of launch #21

Open mishak87 opened 8 years ago

mishak87 commented 8 years ago

I keep go versions managed in GVM and by default I have none. When Atom is launched plugin asks me to install go-code (via go-get plugin; go-tester behaves same way).

Would it be possible to defer the check to editor activation event (when go file is opened in editor)?