Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>AutoComplate shellNew to Visual Studio Code? Get it now.
AutoComplate shell

AutoComplate shell

truman

|
78,750 installs
| (1) | Free
AutoComplate shell script
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Visual Studio Code autocomplate-shell

This extension adds rich language support for the shell script to VS Code, including:

How to use?

demo

Basic code

  • if/elif/else
  • echo/read
  • for/while/until/break
  • function
  • case expr
  • test int/string/file

Bash variables and functions

An autocomplete for common used bash variables and functions. Docs are from Bash Reference Manual

Package

  • npm install -g vsce
  • vsce package

How can I report an issue?

The easiest way is to start a git issue, I will attempt to answer ASAP else I hope someone else will answer.

License

MIT License, refer to license file.

Source

Github

Declaration

This project refers to two other projects:

  • Atom Package autocomplete-bash-builtins

  • shell-snippets

Thanks for the owner!

** Enjoy!**

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft