How do you us this editor with Go projects and not wanna smash things around the office?
Answered
Too many quirky nuances to list but one for now.
How do you create a new project from EXISTING sources and get the IDE to actually recognized the code inside?
I have a new repo with 3 files:
/home/myuser/go/src/ourinternal.gitrepo.com/myuser/myrepo:
.gitignore
.git
main.go
I select "Create new project from existing sources" and specify the location of this folder. It doesn't detect Go, instead detecting python files in a completely different repo here:
/home/myuser/go/src/ourinternal.gitrepo.com/myuser/someotherrepo
All plugins and the editor are up to date as of this morning. Very disappointed with the Go support in this editor. Half my team has already found alternatives like going back to eclipse.
Please sign in to leave a comment.
Hello,
Works fine on my side. What IDE version do you use? Is it reproducible with folder with one .go file inside?