Overview Version History Q & A Rating & Review
/*****************************************************************
CopyRight ©
Author: avinask5
Date: 8/6/2024 7:37:25 PM
Desc:
/
/
CopyRight ©
Author: avinask5
Date: 8/6/2024 7:36:20 PM
Desc:
/
/
CopyRight ©
Author: avinask5
Date: 8/6/2024 7:35:56 PM
Desc:
*****************************************************************/
Copywrite Creator
This Visual Studio Code extension automatically adds copyright and author details to new files, specifically for C/C++ style comments.
Features
Automatically inserts copyright and author details when a new file is created.
Supports C/C++ style comments.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X
.
Search for "Copywrite Creator".
Click "Install" to install the extension.
Usage
Create a new file in your workspace.
The extension will automatically insert the copyright and author details at the top of the new file.
Configuration
You can configure the author details in the settings. Go to File > Preferences > Settings
and search for "Copywrite Creator".
Example
When you create a new C/C++ file, the extension will add the following details at the top of the file:
/*****************************************************************
CopyRight ©
Author: avinask5
Date: 8/6/2024 7:37:54 PM
Desc:
*****************************************************************/