Skip to content

ahmed-saied-soliman/cpp-snippets

Repository files navigation

C++ Init Snippets

This extension provides a collection of handy C++ code snippets for initializing a C++ program.

Features

  • CPP Init: Inserts a basic C++ initialization with #include<iostream>, using namespace std;, and a placeholder for defining a function.

Usage

  1. Install the extension from the Visual Studio Code Marketplace.
  2. Open a new C++ file or existing C++ file in Visual Studio Code.
  3. Type the prefix cppinit and press Enter.
  4. Replace ${1:datatype} with the desired datatype and ${2:functionName} with the desired function name.
  5. Press Tab to navigate through the tab stops and complete your code.

Release Notes

1.0.0

Initial release of C++ Init Snippets extension.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published