tzikas97 / adc

Visual Studio code snippet to insert an author's name, the date and a comment in C++ projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adc

Author + Date + Comment
Visual Studio code snippet to insert an author's name, the date and a comment in C++ projects

Installation

  1. Download the latest .snippet file from here
  2. Launch Visual Studio
  3. Go to Tools > Code Snippets Manager...
  4. Set the language to Visual C++

Code Snippets Manager window

  1. Click Import...
  2. Navigate to the location of the downloaded file and select it
  3. Click Finish

Import Code Snippet window

  1. Click OK

Import Code Snippet window

Usage:

  1. Type adc
  2. Press Tab
  3. Start filling the fields

Demo

(Tip: Move to the next / previous field with Tab / Shift + Tab)

About

Visual Studio code snippet to insert an author's name, the date and a comment in C++ projects

License:MIT License