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
- 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
cppinit and press Enter .
- Replace
${1:datatype} with the desired datatype and ${2:functionName} with the desired function name.
- 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.
| |