亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

vscode創建自定義代碼片段的方法

發布時間:2021-01-07 10:48:37 來源:億速云 閱讀:211 作者:小新 欄目:軟件技術

這篇文章將為大家詳細講解有關vscode創建自定義代碼片段的方法,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

這里以創建一個 javascript 代碼片段為例:

1、首先可以打開一個javascript的文件(或在當前打開文件中)按快捷鍵Ctrl+Shift+P打開命令輸入 snippet : (也可以點擊文件=>首選項=>用戶代碼片段)

vscode創建自定義代碼片段的方法

2、選擇選項后會出現一個語言列表用以選擇給哪種語言創建代碼段。這里以設置javascript的Console.WriteLine代碼段為例,其他語言方法是一樣的。

選擇javascript后會自動打開一個JSON格式的配置文件

{
	// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and 
	// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
	// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the 
	// same ids are connected.
	// Example:
	// "Print to console": {
	// 	"prefix": "log",
	// 	"body": [
	// 		"console.log('$1');",
	// 		"$2"
	// 	],
	// 	"description": "Log output to console"
	// },
}

根據自身需要修改內容如下:

{
	// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and 
	// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
	// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the 
	// same ids are connected.
	// Example:
	"Page Header": {
		"prefix": "ducx",
		"body": [
			"/**",
			" * $1",
			" * ",
			" * @author ducx",
			" * @created $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND",
			" */",
			"$2"
		],
		"description": "page header"
	}
}

保存之后,打開一個 js 文件,輸入前綴 ducx 出現快捷提示窗后回車,此時已經生成了我們自定義的代碼片段結構,依次按 tab 。

/**
 * 
 * 
 * @author ducx
 * @created 2018/08/31 17:08:37
 */

關于“vscode創建自定義代碼片段的方法”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

曲阜市| 富蕴县| 瑞昌市| 宁国市| 江华| 永泰县| 齐河县| 达拉特旗| 云南省| 同德县| 托克逊县| 庄浪县| 贡山| 新龙县| 沅江市| 昔阳县| 合阳县| 灵山县| 定南县| 长丰县| 丰原市| 天气| 临武县| 浠水县| 筠连县| 布拖县| 宁陕县| 陇川县| 斗六市| 水城县| 临沂市| 无锡市| 安平县| 富顺县| 长岛县| 台南市| 乌恰县| 赣州市| 弥渡县| 房山区| 天台县|