DisposaBoy

Results 98 comments of DisposaBoy

@tooolbox Thanks for the repro. I've pushed some of my local changes/experimentation onto the `next` branch. It should work for this case as well.

The latest release [v20.01.01](https://github.com/DisposaBoy/GoSublime/releases/tag/v20.01.01) should hopefully resolve all bugs reported in this issue.

@zoli How can I reproduce the issue? I just tried: * go mod init test module... * go get ...gtmetrix... * import ...gtmetrix... and autocompleting `gtmetrix._` works for me.

@zoli that error is from `guru` which is used for the `goto definition` feature so has no effect on completion. Are you sure you're using the latest version of GoSublime?...

I'm hoping to look into this again at some point in the future, but the problem isn't implementing it; it's implementing it well. I've yet to see a plugin that...

@idiotWu IIRC one of the cases is indeed that the popup doesn't move. I just checked again, and it definitely doesn't move like your demo does when typing `111`, but...

I'm going to introduce the `HUD` as an alternative to popups in the next release and so far it seems to be working quite well. ![image](https://user-images.githubusercontent.com/1008848/48845951-bce78680-ed95-11e8-9bd2-62c79878185e.png) It's an output panel...

Thanks @baloo32, is there any way I might be able to reproduce this? * Do you have large repos in GOPATH? any that I can clone? * Do you have...

Thanks @baloo32. For comparison: Inside my GOROOT on Linux with i/o caches cleared I get ~5s from `go list`. Inside GOPATH with a lot of junk, `go list` is ~35s...