42 CPP Copilot

This extension improve your experience in the CPP Pool. It helps you to implement automatically canonical class

Install

Launch Quick Open with ⌘+P and enter ext install bbird21.42cpp-copilot

Usage

Launch Quick Open with ⌘+P and enter cppCopilot

Features

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:

![feature X](images/feature-x.png)

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Release Notes

0.0.2

Add definition only if the file is empty. Create the {filename}.cpp file on the corresponding path.

0.0.1

Initial release of 42 CPP Copilot. Add definition of the class on the {filename}.hpp file. Create the {filename}.cpp with the declaration of the class.

Enjoy!