Skip to content

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

License

Notifications You must be signed in to change notification settings

TrumanDu/autocomplate-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!**

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published