设置VScode中console.log快捷键


	"Print to console": {
		"prefix": "log",
		"body": [
			"console.log('$1');",
			"$2"
		],
		"description": "Log output to console"
	}

posted on 2022-02-11 09:47  Steven_YF  阅读(169)  评论(0编辑  收藏  举报