code --install-extension qpwo.shell-filepath-intellisense
vscode extension to tab-complete (intellisense) filenames in shell scripts. based on last 'cd' command before cursor.
For example, if you are editing script.sh:
cd ~/git/vscode-shell-completions
cat R # hit tab here and see README.md etcIt is based on last cd command before the line where your cursor is.
Thats it.


