[go-nuts] Re: VS + GO plugin questions

2019-09-17 Thread Rick
I am running VSCode with no GOPATH set, the Copls language server selected 
and using Go (v 1.13) modules for my projects - works fine. 

On Monday, 16 September 2019 11:31:14 UTC-7, joe mcguckin wrote:
>
> I installed this on my Mac. For M$, it actually looks pretty nice.
>
> I had to remap the F12 key, is this normal? 
>
> From the docs, SHIFT+COMMAND+F12 is supposed to do something special. All 
> I get is a popup that says "Implementation not found" or it brings up a 
> window about a completely 
> different function. Is there something special I need to do to make it 
> resolve symbols that reside in a different package in a different directory?
>
> Btw, just hovering over the symbol seems to work ok.
>
> Thanks,
>
> Joe
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8d28423d-4dd4-48c4-bc9b-1a1f324336da%40googlegroups.com.


[go-nuts] Re: VS + GO plugin questions

2019-09-16 Thread JuciƊ Andrade
The last time I installed VSCode I had to set GOPATH environment variable, 
otherwise the Go plugin wasn't able to find source code for std library. I 
don't know if that situation improved in recent releases.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/2d844df6-8886-40cd-ad68-30af691e546c%40googlegroups.com.


[go-nuts] Re: VS + GO plugin questions

2019-09-16 Thread joe mcguckin
Why wouldn't it have an implementation? Does one have to set a path 
variable (or similar) to allow VS to find all the source and add-on 
packages?

Joe

On Monday, September 16, 2019 at 11:31:14 AM UTC-7, joe mcguckin wrote:
>
> I installed this on my Mac. For M$, it actually looks pretty nice.
>
> I had to remap the F12 key, is this normal? 
>
> From the docs, SHIFT+COMMAND+F12 is supposed to do something special. All 
> I get is a popup that says "Implementation not found" or it brings up a 
> window about a completely 
> different function. Is there something special I need to do to make it 
> resolve symbols that reside in a different package in a different directory?
>
> Btw, just hovering over the symbol seems to work ok.
>
> Thanks,
>
> Joe
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4a17d919-7eb4-4ec0-8e35-4c5171cde8fd%40googlegroups.com.