Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Golang support isn't working #3834

Open th3coop opened 4 years ago

th3coop commented 4 years ago

Short Summary

Gocode completions aren't working for non built-ins.

Repro steps

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.

th3coop commented 4 years ago

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...