themzway is a Visual Studio Code extension that allows users to create multiple C++ source files based on user input. If no input is provided, the extension defaults to creating one file.
Features
Prompt for Input: Asks the user for the number of files to create through an input dialog.
Default Behavior: Creates one file if the user does not provide any input.
Automatic File Creation: Generates C++ source files with a basic template in the current workspace.
User-Friendly Notifications: Informs the user about the success or failure of the file creation process.
Usage
Install the Extension:
Install themzway from the VS Code Marketplace or via the provided .vsix file.
Running the Extension:
Open the Command Palette (Ctrl+Shift+P).
Run the command themzway.createFiles.
Enter the number of files to create or leave it blank to create one file by default.
File Generation:
The extension will generate the specified number of files in the root directory of the current workspace.
Each file is named sequentially (e.g., Ques_1.cpp, Ques_2.cpp, etc.) and contains a basic C++ program template.