This extension adds rich language support for the shell script to VS Code, including:
- if/elif/else
- echo/read
- for/while/until/break
- function
- case expr
- test int/string/file
An autocomplete for common used bash variables and functions. Docs are from Bash Reference Manual
npm install -g vsce
vsce package
The easiest way is to start a git issue, I will attempt to answer ASAP else I hope someone else will answer.
MIT License, refer to license file.
This project refers to two other projects:
-
Atom Package autocomplete-bash-builtins
Thanks for the owner!
** Enjoy!**