Re: [go-nuts] IDE/tools that support the new Go module feature in 1.11?

2018-08-26 Thread Florin Pățan
You can use an existing project but you have to enable the "Go modules support" 
manually. The IDE should detect it's a Go modules supporting project and ask 
you to enable it using a tooltip.

GoLand 2018.2.2 is recommended for Go Modules support as older versions target 
older releases of Go Modules (or even when it was called vgo).

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] IDE/tools that support the new Go module feature in 1.11?

2018-08-25 Thread Alex Rice

On Saturday, August 25, 2018 at 2:19:30 PM UTC-6, Alex Rice wrote:
 

> https://blog.jetbrains.com/go/2018/08/24/goland-2018-2-2-is-here/
>
> Curious if anyone else is having success.
>
>
Oh, I see- in GoLand the New Project dialog has 3 choices: Go, Go Module 
(vgo), or Dep.

I was trying to use an existing Project.

 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] IDE/tools that support the new Go module feature in 1.11?

2018-08-25 Thread Alex Rice


On Saturday, August 25, 2018 at 3:45:13 AM UTC-6, Aldrin Leal wrote:
>
> Goland has been supporting it for a while:
>
> https://blog.jetbrains.com/go/2018/05/18/vgo-integration-support/
>
>
> Isn't "vgo"  the older (pre- go 1.11) variant? 

I was just trying out GoLand with Go 1.11 and ran into some trouble getting 
it to use "go mod" files, even though support is mentioned in the release 
notes:

https://blog.jetbrains.com/go/2018/08/24/goland-2018-2-2-is-here/

Curious if anyone else is having success.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] IDE/tools that support the new Go module feature in 1.11?

2018-08-25 Thread Aldrin Leal
Goland has been supporting it for a while:

https://blog.jetbrains.com/go/2018/05/18/vgo-integration-support/

--
-- Aldrin Leal,  / https://ingenieux.io/about/

On Sat, Aug 25, 2018 at 3:45 AM, nvcnvn  wrote:

> Hi all,
> Do you know any IDE already support intellisense for a project using
> "pure" Go module (without /vendor, $GOPATH)
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] IDE/tools that support the new Go module feature in 1.11?

2018-08-25 Thread nvcnvn
Hi all,
Do you know any IDE already support intellisense for a project using "pure" 
Go module (without /vendor, $GOPATH)

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.