json Visual Studio代码设置同步要点

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Visual Studio代码设置同步要点相关的知识,希望对你有一定的参考价值。

{
	// Place your snippets for vue 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 python 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 php 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 css 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 cpp 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"
	// }
}
{
    //常用设置
    "editor.fontSize": 16,
    "editor.wordWrap": "bounded",
    "workbench.iconTheme": "eq-material-theme-icons",
    "editor.minimap.enabled": true,
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "explorer.confirmDelete": false,
    "typescript.useCodeSnippetsOnMethodSuggest": true,
    "workbench.startupEditor": "newUntitledFile",
    "editor.tabSize": 4,
    "editor.insertSpaces": true,
    "editor.detectIndentation": true,
    "editor.formatOnSave": true,
    "workbench.colorTheme": "Material Theme",
    "faker.locale": "zh_CN",
    "prettier.eslintIntegration": true,
    "prettier.jsxBracketSameLine": true,
    "prettier.stylelintIntegration": true,
    "prettier.tabWidth": 4,
    "auto-rename-tag.activationOnLanguage": ["html", "xml", "javascript"],
    "prettier.semi": false,
    "eslint.packageManager": "yarn",
    "prettier.trailingComma": "all",
    "emmet.includeLanguages": {
        "javascript": "javascriptreact"
    },
    "emmet.syntaxProfiles": {
        "javascript": "jsx"
    },
    "sync.quietSync": false,
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.forceDownload": false,
    "sync.gist": "32ed8996eaeae64e8a0e3a9fa021d51c"
}
// Empty
// Empty
[
  {
    "metadata": {
      "id": "ce5c483c-9464-4aea-93be-b1e237a8a6b5",
      "publisherId": "AnandK.ak-react-snippet",
      "publisherDisplayName": "AnandK"
    },
    "name": "ak-react-snippet",
    "publisher": "AnandK",
    "version": "0.0.2"
  },
  {
    "metadata": {
      "id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
      "publisherId": "formulahendry.auto-rename-tag",
      "publisherDisplayName": "formulahendry"
    },
    "name": "auto-rename-tag",
    "publisher": "formulahendry",
    "version": "0.0.15"
  },
  {
    "metadata": {
      "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
      "publisherId": "Shan.code-settings-sync",
      "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.1.2"
  },
  {
    "metadata": {
      "id": "a0e969a7-a8a4-4958-8b82-ad690ebfa5c0",
      "publisherId": "cipchk.cssrem",
      "publisherDisplayName": "cipchk"
    },
    "name": "cssrem",
    "publisher": "cipchk",
    "version": "0.0.7"
  },
  {
    "metadata": {
      "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
      "publisherId": "Zignd.html-css-class-completion",
      "publisherDisplayName": "Zignd"
    },
    "name": "html-css-class-completion",
    "publisher": "Zignd",
    "version": "1.17.1"
  },
  {
    "metadata": {
      "id": "17a873c7-491e-4797-9172-186de70f5e98",
      "publisherId": "idleberg.icon-fonts",
      "publisherDisplayName": "idleberg"
    },
    "name": "icon-fonts",
    "publisher": "idleberg",
    "version": "2.1.2"
  },
  {
    "metadata": {
      "id": "98790d67-10fa-497c-9113-f6c7489207b2",
      "publisherId": "yzhang.markdown-all-in-one",
      "publisherDisplayName": "yzhang"
    },
    "name": "markdown-all-in-one",
    "publisher": "yzhang",
    "version": "1.6.0"
  },
  {
    "metadata": {
      "id": "5db78037-f674-459f-a236-db622c427c5b",
      "publisherId": "PKief.material-icon-theme",
      "publisherDisplayName": "PKief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.6.0"
  },
  {
    "metadata": {
      "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
      "publisherId": "christian-kohler.npm-intellisense",
      "publisherDisplayName": "christian-kohler"
    },
    "name": "npm-intellisense",
    "publisher": "christian-kohler",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "fef63133-dae3-40fb-b81d-6da7617b4b1e",
      "publisherId": "techer.open-in-browser",
      "publisherDisplayName": "techer"
    },
    "name": "open-in-browser",
    "publisher": "techer",
    "version": "2.0.0"
  },
  {
    "metadata": {
      "id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
      "publisherId": "christian-kohler.path-intellisense",
      "publisherDisplayName": "christian-kohler"
    },
    "name": "path-intellisense",
    "publisher": "christian-kohler",
    "version": "1.4.2"
  },
  {
    "metadata": {
      "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
      "publisherId": "esbenp.prettier-vscode",
      "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.6.1"
  },
  {
    "metadata": {
      "id": "aae0701b-111f-49c1-9000-abd37a442f28",
      "publisherId": "WallabyJs.quokka-vscode",
      "publisherDisplayName": "WallabyJs"
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.148"
  },
  {
    "metadata": {
      "id": "ef35225b-a836-473d-b2c3-c3fd0386ae6f",
      "publisherId": "timothymclane.react-redux-es6-snippets",
      "publisherDisplayName": "timothymclane"
    },
    "name": "react-redux-es6-snippets",
    "publisher": "timothymclane",
    "version": "2.1.0"
  },
  {
    "metadata": {
      "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
      "publisherId": "octref.vetur",
      "publisherDisplayName": "octref"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.12.6"
  },
  {
    "metadata": {
      "id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
      "publisherId": "Equinusocio.vsc-material-theme",
      "publisherDisplayName": "Equinusocio"
    },
    "name": "vsc-material-theme",
    "publisher": "Equinusocio",
    "version": "2.4.2"
  },
  {
    "metadata": {
      "id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
      "publisherId": "pranaygp.vscode-css-peek",
      "publisherDisplayName": "pranaygp"
    },
    "name": "vscode-css-peek",
    "publisher": "pranaygp",
    "version": "2.1.0"
  },
  {
    "metadata": {
      "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
      "publisherId": "dbaeumer.vscode-eslint",
      "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.6.0"
  },
  {
    "metadata": {
      "id": "c727ab43-8d12-4f26-9648-f1d91035c9b6",
      "publisherId": "NuclleaR.vscode-extension-auto-import",
      "publisherDisplayName": "NuclleaR"
    },
    "name": "vscode-extension-auto-import",
    "publisher": "NuclleaR",
    "version": "1.4.3"
  },
  {
    "metadata": {
      "id": "0808d236-6faf-4f68-9f17-28f51a572ee4",
      "publisherId": "deerawan.vscode-faker",
      "publisherDisplayName": "deerawan"
    },
    "name": "vscode-faker",
    "publisher": "deerawan",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b",
      "publisherId": "MS-CEINTL.vscode-language-pack-zh-hans",
      "publisherDisplayName": "MS-CEINTL"
    },
    "name": "vscode-language-pack-zh-hans",
    "publisher": "MS-CEINTL",
    "version": "1.27.2"
  },
  {
    "metadata": {
      "id": "282c56aa-f02e-40b6-b55e-bfdee63cea4d",
      "publisherId": "blanu.vscode-styled-jsx",
      "publisherDisplayName": "blanu"
    },
    "name": "vscode-styled-jsx",
    "publisher": "blanu",
    "version": "1.0.0"
  },
  {
    "metadata": {
      "id": "6f5d4f30-67aa-4151-80c0-1bbe8ca5f9db",
      "publisherId": "cssho.vscode-svgviewer",
      "publisherDisplayName": "cssho"
    },
    "name": "vscode-svgviewer",
    "publisher": "cssho",
    "version": "1.4.6"
  },
  {
    "metadata": {
      "id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
      "publisherId": "wayou.vscode-todo-highlight",
      "publisherDisplayName": "wayou"
    },
    "name": "vscode-todo-highlight",
    "publisher": "wayou",
    "version": "1.0.4"
  }
]
{"lastUpload":"2018-09-14T04:59:42.263Z","extensionVersion":"v3.1.2"}
{
	"Print String to console": {
		"prefix": "logstr",
		"body": [
			"console.log(`$1`);",
			"$2"
		],
		"description": "Log output to console with string"
	},
	"Print other to console": {
		"prefix": "logoth",
		"body": [
			"console.log($1)",
			"$2"
		],
		"description": "Log output to console with others"
	}
}

以上是关于json Visual Studio代码设置同步要点的主要内容,如果未能解决你的问题,请参考以下文章

json Visual Studio代码设置同步要点

json Visual Studio代码设置同步要点

json Visual Studio代码设置同步要点

json Visual Studio代码设置同步要点

json Visual Studio代码设置同步要点

json Visual Studio代码同步设置要点