1. vscode先安装shell-format
2. 下载shell-format二进制可执行文件
https://github.com/mvdan/sh/releases
选择windows对应的版本32位或者64位
3. 下载的*.exe文件存储在任意位置
4. vscode设置
文件->首选项->设置
"shellformat.path": "E:/01soft/shfmt/shfmt_v2.6.3_windows_amd64.exe"
5. 打开任意shell脚本
右键->format document 进行格式化
6. shellman插件
shellman可以提示bash语法