KomodoEdit
KomodoEdit copied to clipboard
Golang support isn't working
Short Summary
Gocode completions aren't working for non built-ins.
Repro steps
- Requires NON go module setup
- Configure
GOPATH - With your project in
GOPATHtry to import another file from your project or another module within yourGOPATH.
Expect
Completions as you fill in the import path, eg. "github.com/| should get completions here or even in the middle of git...
Actual
Only get completions for things like fmt and other built in packages.
I was able to get the $GOPATH/pkg directory to build by manually setting autobuild to true in the terminal. I didn't know this was a thing but I'm hoping this is as easy a fix as it seems...