Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

custom vscode snippet

{
	"Include General Namespace": {
		"prefix": "Namesp",
		"body": [
			"using System;",
			"using System.Collections.Generic;",
			"using System.Linq;",
			"using System.Text;"
		],
		"description": "For Including General Namespace"
	}
}
Source by code.visualstudio.com #
 
PREVIOUS NEXT
Tagged: #custom #vscode #snippet
ADD COMMENT
Topic
Name
8+8 =