Custom snippet vscode

{
	"Include General Namespace": {
		"prefix": "Namesp",
		"body": [
			"using System;",
			"using System.Collections.Generic;",
			"using System.Linq;",
			"using System.Text;"
		],
		"description": "For Including General Namespace"
	}
}
PrashantUnity