I am running Eclipse 4.6.3 with GoClipse and NodeClipse installed. I have configured Go in Preferences -> Go.
I want autocomplete to work for Go. However, it is giving me the error: writing to process input broken pipe
See screenshots below for error and configuration.
How do I fix this problem?
gocode
,guru
andgodef
that you specify in the preferences were incorrect. The executables should be$GOPATH/bin/gocode
,$GOPATH/bin/guru
and$GOPATH/bin/godef
(replace$GOPATH
with real path). Don't forget to install those tools. – Betancourt.go
files are most definitely not executable. – Cecilycecity