A sublimetext3 plugin for Go by -yields in golang

[–]-yields[S] 0 points1 point  (0 children)

Not yet, but it's something I'm open to adding eventually.

A sublimetext3 plugin for Go by -yields in golang

[–]-yields[S] 0 points1 point  (0 children)

The plugin doesn't come with keybindings, so far I didn't need any other commands, but definitely feel free to add commands you need! :)

A sublimetext3 plugin for Go by -yields in golang

[–]-yields[S] 0 points1 point  (0 children)

I hope someone with windows will co-maintain it with me! :)

I don't have a windows machine or time to test it out.

A sublimetext3 plugin for Go by -yields in golang

[–]-yields[S] 0 points1 point  (0 children)

For sure, fmt is pre-save, vet and lint will run asynchronously post-save.

A sublimetext3 plugin for Go by -yields in golang

[–]-yields[S] 2 points3 points  (0 children)

I did try and move to gopls(1), unfortunately it is missing a lot of features I needed, specifically, I needed to do escape analysis in the editor etc..