Get it on the VS Code Marketplace!
Enjoy shellscript!
| language | extension | describe |
|---|---|---|
| shellscript | .sh .bash | shell script files |
| dockerfile | Dockerfile | docker files |
| ignore | .gitignore .dockerignore | ignore files |
| properties | .properties | java properties files |
| jvmoptions | .vmoptions , jvm.options | jvm options file |
| hosts | /etc/hosts | hosts file |
| bats | .bats | Bats test file |
shift+option+f
shift+command+p then type Format Document
shellformat.paththe shfmt fullpath example [mac,linux]:/usr/local/bin/shfmt[windows]:C:\\bin\\shfmt.exeshellformat.flagshfmt -h to see detailed usage.
