# VS Code 扩展推荐 - **微软官方:** https://marketplace.visualstudio.com/ - **Open VSX:** https://open-vsx.org/ ## 教程 - VSCode ```bash curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install | bash ``` - 其它 ```bash curl -L https://gist.asfd.cn/jetsung/vscode/raw/HEAD/install | bash -s -- -s kiro ``` ## 扩展列表 | 名称 | 扩展 ID | 链接 | 描述 | |:---|:---|:---|:---| | [**Even Better TOML**][6] | `tamasfe.even-better-toml` | [VSCode][6-1] - [OpenVSX][6-2] | 功能齐全的 TOML 支持 | | [**Choose a License**][7] | `ultram4rine.vscode-choosealicense` | [VSCode][7-1] - [OpenVSX][7-2] | 为你的项目选择一个许可证 | | [**gitignore**][8] | `codezombiech.gitignore` | [VSCode][8-1] - [OpenVSX][8-2] | 从 https://github.com/github/gitignore 仓库拉取 .gitignore 模板。支持.gitignore 文件的语言。 | | [**ShellCheck**][9] | `timonwong.shellcheck` | [VSCode][9-1] - [OpenVSX][9-2] | 用于 Shell 脚本的代码检查工具。 | [6]:https://github.com/tamasfe/taplo [6-1]:https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml [6-2]:https://open-vsx.org/extension/tamasfe/even-better-toml [7]:https://github.com/ultram4rine/vscode-choosealicense [7-1]:https://marketplace.visualstudio.com/items?itemName=ultram4rine.vscode-choosealicense [7-2]:https://open-vsx.org/extension/ultram4rine/vscode-choosealicense [8]:https://github.com/CodeZombieCH/vscode-gitignore [8-1]:https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore [8-2]:https://open-vsx.org/extension/codezombiech/gitignore [9]:https://github.com/vscode-shellcheck/vscode-shellcheck [9-1]:https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck [9-2]:https://open-vsx.org/extension/timonwong/shellcheck