constabulary / gb

gb, the project based build tool for Go
https://getgb.io/
MIT License
2.15k stars 148 forks source link

gb + IDE ? #741

Open iSynth opened 5 years ago

iSynth commented 5 years ago

Hi! Is there a way to integrate gb with IDE? I tried several IDEs from the list: Jetbrains GoLand, Visual Studio Code, LiteIDE. None of them does not find packages with gb proposed folders layout.

davecheney commented 5 years ago

I think vim-Go understands the Go project structure. But the recommended way is to set GOPATH to the root of your project, see the gb env command

On 24 Nov 2018, at 00:46, iSynth notifications@github.com wrote:

Hi! Is there a way to integrate gb with IDE? I tried several IDEs from the list: Jetbrains GoLand, Visual Studio Code, LiteIDE. None of them does not find packages with gb proposed folders layout.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.