Live data from Hacker News

I’m joining the Go team at Google

spf13.com

21–30 of 211 posts

Re: I’m joining the Go team at Google

#23

I'm using C# mainly because of debugger integration in Visual Studio. Make decent visual debugger and devs will come.

Visual Studio code has pretty decent debugger for Go.

Is that delve? If so, it doesn't work debugging tests, which makes it, depending on your style either totally useless or just quite annoying to use.

Re: I’m joining the Go team at Google

#25

Earlier quoted context omitted.

Visual Studio code has pretty decent debugger for Go.

Is that delve? If so, it doesn't work debugging tests, which makes it, depending on your style either totally useless or just quite annoying to use.

Yes, it is a visual interface over delve.

Re: I’m joining the Go team at Google

#26

Earlier quoted context omitted.

Visual Studio code has pretty decent debugger for Go.

Is that delve? If so, it doesn't work debugging tests, which makes it, depending on your style either totally useless or just quite annoying to use.

Delve supports debugging tests.

Re: I’m joining the Go team at Google

#29
post #3

> What is missing from the Go ecosystem? Personally, golang "IDE" experience is not as good as Java or even C++. For example, ycmd only supports subset of functions for golang. I miss ycmd-goto-references the most.

That looks like limitation of ycmd, not golang.

Most go modes for various editors use native go utilities as their backend, for example gocode/godef/golint/gorename/guru, etc.

Post reply on HN