Joe Fitzgerald

Results 73 comments of Joe Fitzgerald

I've also noticed some strangeness (I use diagnostics as my UI) and had attributed it to the UI but now this makes me think it's something else. I am sorry...

@Zamiell `go-plus` causing other programs to crash seems to defy logic. I'm not dismissing it, but fundamentally that would mean that Windows' process isolation is broken, which seems unlikely. An...

Your hunch is probably correct. We're using a regular expression to parse the output. Can you post the actual output from `go install .` in the directory of the affected...

This is because we defer activation of go-plus until your first use of a go-plus command, or your first open of a go file. I will see if there's something...

Unfortunately the `guru referrers` mode doesn't use scopes. We certainly have the ability to calculate the scope but it doesn't appear to be used.

See also: https://github.com/golang/go/issues/14747 Perhaps it would help if we did this client side via a search box or some other mechanism?

I experienced this today when I installed go-plus in atom on a fresh windows VM. I didn't have `git` installed yet, and I had to ensure it was on my...

What are you using to do the build? We build simply to show syntax issues. I'm also curious, if you instead use atom.io/packages/gometalinter-linter, do you get notified of the issue...

This sounds like a good snippet suggestion! Snippets should be added to [`language-go`](https://github.com/atom/language-go) so that users of Atom benefit from them by default (even if they don't have go-plus installed).

Additionally, you might want to take a look at this snippet: https://github.com/atom/language-go/blob/564f13e36e0f03440ce2ed2715cf89fb564afc01/snippets/language-go.cson#L5-L7