This extension improve your experience in the CPP Pool. It helps you to implement automatically canonical class
Launch Quick Open with ⌘+P and enter
ext install bbird21.42cpp-copilot
Launch Quick Open with ⌘+P and enter
cppCopilot
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.
Add definition only if the file is empty. Create the {filename}.cpp file on the corresponding path.
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!