Answers for "comments for author in c++"

0

comments for author in c++

// If you are using VSCode I would recomand you to use this snippet 
"Copyrights": {
		"prefix": "copyright",
		"body": [
			"${BLOCK_COMMENT_START}------------ Copyright © 2020 Azad Kshitij. All rights reserved. ------------",
			"${LINE_COMMENT}",
			"${LINE_COMMENT}   Project     : [project name]",
			"${LINE_COMMENT}   File        : ${TM_FILENAME}",
			"${LINE_COMMENT}   Created On: ${CURRENT_DATE}/${CURRENT_MONTH}/${CURRENT_YEAR} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}",
			"${LINE_COMMENT}   Created By: Azad Kshitij @AzadKshitij",
			"${LINE_COMMENT}--------------------------------------------------------------------------${BLOCK_COMMENT_END}"
		],
		"description": "Copyright Comment"
	},
Posted by: Guest on March-03-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language