新的介绍内容:
Awesome Golang VSCode Pack:提升Go开发效率的终极扩展包
Awesome Golang VSCode Pack是一个专为Go开发者设计的Visual Studio Code扩展包,旨在提高您的开发效率和生产力。该扩展包包含了一系列精心挑选的扩展工具,这些工具协同工作,为您提供全面的Go代码开发解决方案。
安装指南:
安装Awesome Golang VSCode Pack非常简单,只需按照以下步骤操作:
扩展列表:
settings.json配置:
{
"workbench.colorTheme": "Andromeda",
"update.mode": "start",
"liveshare.presence": false,
"git.autofetch": false,
"json-to-go.inputSource": "clipboard",
"terminal.integrated.fontSize": 15,
"window.zoomLevel": -2,
"files.autoSave": "afterDelay",
"editor.stickyScroll.enabled": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.formatOnPaste": true,
"editor.fontSize": 18,
"editor.renderWhitespace": "selection",
"workbench.activityBar.visible": true,
"workbench.tree.indent": 10,
"workbench.preferredLightColorTheme": "Brackets Light Pro",
"workbench.preferredDarkColorTheme": "Andromeda",
"workbench.sideBar.location": "right",
"workbench.editor.highlightModifiedTabs": true,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.maxComputationTime": 0,
"diffEditor.renderSideBySide": true,
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": "on",
"debug.toolBarLocation": "docked",
"debug.console.closeOnEnd": true,
"editor.cursorBlinking": "phase",
"editor.rulers": [80],
"workbench.colorCustomizations": {
"[Andromeda]": {
"tab.activeBackground": "#0b4c5e",
"tree.indentGuidesStroke": "#ffffff",
"statusBar.background": "#0b4c5e",
"breadcrumb.background": "#0b4c5e",
"activityBar.background": "#0b4c5e",
"tab.inactiveBackground": "#062730",
"sideBar.foreground": "#fffefc",
"menu.selectionBackground": "#0b4c5e",
"menu.selectionBorder": "#ffffff",
"list.hoverBackground": "#168eaf",
"contrastBorder": "#08333f",
"focusBorder": "#0a3f4e",
"foreground": "#ffffff",
"widget.shadow": "#207f99",
"scrollbarSlider.background": "#186d85",
"scrollbarSlider.hoverBackground": "#186d85",
"sideBar.background": "#0e3e4b",
"editorGroup.emptyBackground": "#0e3e4b"
}
},
"gitlens.currentLine.format": "${author, } | ${date} | ${working} ${message}",
"gitlens.codeLens.recentChange.command": "gitlens.showQuickCommitDetails",
"gitlens.codeLens.authors.command": "gitlens.showQuickCommitDetails",
"gitlens.statusBar.format": "| ${author}, | ${agoOrDate}${' via 'pullRequest} |",
"gitlens.blame.format": "${message|50?} ${agoOrDate|14-}${tips}${originalPath}",
"remote.SSH.defaultExtensions": ["gitpod.gitpod-remote-ssh"],
"go.toolsManagement.autoUpdate": true,
"go.useLanguageServer": true,
"gopls": {
"formatting.gofumpt": true
},
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Vue Green",
"value": "#42b883"
}
]
}
settings.json配置解释:
总结:
Awesome Golang VSCode Pack为Go开发者提供了一个全面的开发环境,通过精选的扩展工具和详细的配置设置,帮助您提升开发效率和代码质量。无论您是刚开始学习Go还是已经是经验丰富的开发者,这个扩展包都将成为您工作流程中的强大助手。
本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:study_golang@163.com