This Visual Studio Code extension simplifies the creation of .cpp and .hpp files by automatically generating method prototypes. It supports the creation of linked files and also automatically generates Getters and Setters.
Features
Create .cpp files linked to .hpp files.
Automatically generate method prototypes.
Support for creating linked files to avoid naming conflicts.
Installation
Open Visual Studio Code.
Go to the Extensions tab (or use the keyboard shortcut Ctrl+Shift+X).
Search for "C++ File Prototype Generator".
Click on "Install".
Usage
Open a .cpp or .hpp file.
Press F1
Search for "Generate Cpp Prototypes Methods".
Configuration
No configuration is required. The extension automatically detects the current file and performs the necessary operations.