How do you us this editor with Go projects and not wanna smash things around the office?

已回答

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.

 

0

Hello,

Works fine on my side. What IDE version do you use? Is it reproducible with folder with one .go file inside?

0

请先登录再写评论。