Skip to content

Latest commit

 

History

History
executable file
·
69 lines (49 loc) · 2.53 KB

README.md

File metadata and controls

executable file
·
69 lines (49 loc) · 2.53 KB

VSCode-Awesome Snippets Complete

The most complete C/C++, Python and Shell snippets for VS Code.

Getting Started

Prerequisites

Visual Studio Code (version > 1.10.0)

Installing

  • Step1: Install Visual Studio Code.
  • Step2: Press Ctrl + Shift + X (windows), Choose the extension "Awesome Snippets", Click the install button.
  • Step3: Relaunch Visual Studio Code to make the extension work.

Usage

e.g.
Options for C++

prefix discription
info file info
cpp quick start
cv quick start for OpenCV
unittest unittest using catch

Options for Python

prefix discription
shebang shebang and encoding
unittest unittest

Options for Shell

prefix discription
shebang shebang
if if
elseif elseif
else else

Demo

demo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Any requests and feedbacks are most welcome and appreciated, please feel free to contact me via issue or email.

Welcome to share your favorite snippets.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Charles Deng --Initial work-- xindzju

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICNESE file for details.

Acknowledgements

  • Hat tip to anyone whose code are used
  • Inspiration
  • etc