goland 快捷工具集效率

一、live templage on tag

配置

goland 快捷工具集效率_第1张图片

产出
type user struct{
    testAge  int `cjson:"testAge"`
    testName int `json:"test_name"`
}

二、go mod config

配置

goland 快捷工具集效率_第2张图片

产出

修复list -m卡住的问题

三、代码行被golang强行折叠

配置

goland 快捷工具集效率_第3张图片

产出

goland 快捷工具集效率_第4张图片

goland 快捷工具集效率_第5张图片

你可能感兴趣的:(goland)