| C++ Init SnippetsThis 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
Install the extension from the Visual Studio Code Marketplace.Open a new C++ file or existing C++ file in Visual Studio Code.Type the prefix cppinitand pressEnter.Replace ${1:datatype}with the desired datatype and${2:functionName}with the desired function name.Press Tabto navigate through the tab stops and complete your code. Release Notes1.0.0Initial release of C++ Init Snippets extension. LicenseThis project is licensed under the MIT License. |  |