Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.02 KB

README

Visual Studio Code autocomplate-shell

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

How to use?

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:

Thanks for the owner!

** Enjoy!**