找到你的包安装路径。
package.png image.png
gosublime的github地址是
https://github.com/DisposaBoy/GoSublime
直接git clone到这个包安装路径
image.png切到GoSublime/src目录,新建margo目录
我们需要把 GoSublime/src/margo.sh/extension-example/extension/extension-example.go。复制到刚刚新建的目录margo下。并改名为margo.go
最后。修改GoSulime的配置,修改user配置
image.png{
"env":{
"GOPATH":"D:/work/go",
"GOROOT":"C:/Go"
}
}
最后把默认配置
// Whether or not gsfmt is enabled
"fmt_enabled": false,
改成"fmt_enabled": true, 这样就可以在保存的时候 go fmt代码了
网友评论