Skip to content
Duane Dieterich edited this page Mar 29, 2024 · 11 revisions

Welcome to the WikiBasedIssues wiki!

How to Add Date/Time Snippet to VSCode

  1. Go to "Snippets: Configure User Snippets"
  2. Select "markdown.json"
  3. Add the following, replacing DDieterich with your name
    	"Add Date/Time": {
    		"prefix": "dtm",
    		"body": [
    			"$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND $CURRENT_TIMEZONE_OFFSET  DDieterich  "
    		],
     	"description": "Add a Date/Time Line Prefix for Issue Log"
    	}
    
  4. On Windows, Use Ctl-Space to pup-up the Snippets, then select/type "dtm"

Issues

Note: GitHub Issues have been disabled. Issues are now tracked in GitHub Wiki

Clone this wiki locally