DisposaBoy
DisposaBoy
legacy branch crerated... awaiting PC channel change https://github.com/wbond/package_control_channel/pull/7253
Channel change merged, we need to use tag with prefix `unsupported-`.
The ctrl/cmd+.,ctrl/cmd+x chord's command can also be invoked via the Sublime Text command palette: menu > Tools > Command Palette and typing command `GoSublime: Edit Margo Etension`. Otherwise, maybe there's...
There are a few weird cases like this. I'll see if I can get some time to investigate this weekend.
This should be fixed in the `next` branch. I'll push a new release in a few days.
Did you follow the suggestion to press cmd+.,cmd+x? You also need to check the Sublime Text console, not the log files. menu > View > Show Console.
You can just create your own reducer to do fmt'ing: mg.NewReducer(func(mx *mg.Ctx) *mg.State { return mgformat.FmtCmd{ Name: "goimports", Args: []string{"-srcdir", mx.View.Filename()}, Langs: []mg.Lang{mg.Go}, Actions: []mg.Action{ mg.ViewFmt{}, mg.ViewPreSave{}, }, }.Reduce(mx) }),
What's the scope name of an `igo` file? You can find it by opening the Sublime Text console and running `view.scope_name(0)`.
Is that inside a `igo` file? I'd expect it to be using a custom syntax definition of some sort. What's an `igo` file anyway?
If you or someone else created a syntax definition for it, I'd be willing to add a special-case if possible. But I don't think that'd be enough because it seems...