DisposaBoy
DisposaBoy
@mdwhatcott > If an update breaks my workflow (a rare event), I can revert it and continue on. I suspect you haven't seen a breakage because I've gone to great...
I assume this is the same issue as https://github.com/DisposaBoy/GoSublime/issues/939. If not, you'll need to tell me how you call `goimports` since I don't use it.
Is it literally `.../User/GoSublime/src/margo.sh`? the package dir should be `/User/GoSublime/src/margo` (no `.sh`). What happens if you press cmd+.,cmd+x?
Go modules is not supported beyond whatever magic is in `go/build`. I planned to support it, and have looked at it multiple times since the introduction of modules but came...
> Thanks for answering. NW. > Would you prefer I close this issue, since my question has been answered, or keep it open in case other people have the same...
I dusted off my experimental code from December/January and added experimental support for auto-completion in go modules, but it needs testing before release. If you want to try it out,...
@alesstimec What problems are you having?
@alesstimec Are you able to reliably reproduce the issue? There are a few changes yet to be released - which improves things a bit - but what's released should work...
@alesstimec What does your config look like? `pre_save` is when we do `fmt` so it's most likely something like `goimports` taking too long. I don't use `goimports` but if there's...
@tooolbox If you're able to reliably reproduce it it would be very helpful. I suspect one of the unreleased changes I have locally would help and/fix this.