# 平常知识整理 * VSCODE go插件 代码着彩色代码自动完成(使用gocode) 代码片段快速提示信息(使用godef) 跳转到定义(使用godef) 搜索参考引用(使用go-find-references) 文件大纲(使用go-outline) 重命名(使用gorename) 保存构建(使用go build和go test) 代码格式化(使用goreturns或goimports或gofmt) 调试代码(使用delve) Colorization 代码着彩色 Completion Lists 代码自动完成(使用gocode) Snippets 代码片段 Quick Info 快速提示信息(使用godef) Goto Definition 跳转到定义(使用godef) Find References 搜索参考引用(使用go-find-references) File outline 文件大纲(使用go-outline) Workspace symbol search 工作区符号搜索(使用 go-symbols) Rename 重命名(使用gorename) Build-on-save 保存构建(使用go build或go test) Format 代码格式化(使用goreturns或goimports或gofmt) Add Imports 自动完成导入未导入的 packages(使用 gopkgs) Linter 静态分析检查(使用 golint 或 gometalinter) Debugging 调试代码(使用delve) ErrorChecking 检查代码中未检查的错误(使用 errcheck) VarChecking 查找未调用的全局变量和常量(使用 varcheck) * etcd 启动 ./etcd --auto-compaction-retention=1 启动两个节点 ./etcd ###### tags: `个人工作经历`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up