Skip to content

Instantly share code, notes, and snippets.

@Jhoow13
Last active April 16, 2019 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jhoow13/f98d946c959e60c70a5fe5fc3f1fd4f6 to your computer and use it in GitHub Desktop.
Save Jhoow13/f98d946c959e60c70a5fe5fc3f1fd4f6 to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"id": "christian-kohler.path-intellisense",
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"id": "EditorConfig.EditorConfig",
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.13.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "2.1.6"
},
{
"id": "rid9.datetime",
"name": "datetime",
"publisher": "rid9",
"version": "1.0.5"
},
{
"id": "ritwickdey.LiveServer",
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.5.1"
},
{
"id": "vmsynkov.colonize",
"name": "colonize",
"publisher": "vmsynkov",
"version": "2.2.2"
},
{
"id": "vscode-icons-team.vscode-icons",
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "8.5.0"
},
{
"id": "Zignd.html-css-class-completion",
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.18.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "f10",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "f9",
"command": "workbench.action.files.save"
},
{
"key": "f12",
"command": "editor.fold",
"when": "editorTextFocus"
},
{
"key": "ctrl+f12",
"command": "editor.unfold",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+'",
"command": "workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+c",
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+'",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+[BracketLeft]",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+k ctrl+u",
"command": "editor.action.transformToUppercase",
"when": "editorTextFocus"
},{
"key": "ctrl+k ctrl+l",
"command": "editor.action.transformToLowercase",
"when": "editorTextFocus"
}
]
{
"editor.renderIndentGuides": true,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"files.trimTrailingWhitespace": true,
"dateTime.customFormat": "ddd, DD MMM HH:mm:ss",
"editor.detectIndentation": false,
"explorer.openEditors.visible": 0,
"workbench.startupEditor": "newUntitledFile",
"vsicons.projectDetection.autoReload": true,
"git.autofetch": true,
"editor.tabSize": 2,
"window.zoomLevel": 0
}
{
// Place your snippets for HTML 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"
// }
"Link net.com.br": {
"prefix": "link-net",
"body": [
"<a href=\"https://www.net.com.br/\" target=\"_blank\">www.net.com.br</a>",
"$2"
],
"description": "Puts <a> tag with link to the net.com.br website"
},
"Link nowonline.com.br": {
"prefix": "link-now-online",
"body": [
"<a href=\"https:/www.nowonline.com.br/\" target=\"_blank\">www.nowonline.com.br</a>",
"$2"
],
"description": "Puts <a> tag with link to the net.com.br website"
}
}
{
// Place your snippets for jade 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"
// }
"Link net.com.br": {
"prefix": "link-net",
"body": [
"<a href=\"https://www.net.com.br/\" target=\"_blank\">www.net.com.br</a>",
"$2"
],
"description": "Puts <a> tag with link to the net.com.br website"
},
"Link net.com.br/now": {
"prefix": "link-net-now",
"body": [
"<a href=\"https://www.net.com.br/now\" target=\"_blank\">www.net.com.br</a>",
"$2"
],
"description": "Puts <a> tag with link to the net.com.br/now website"
},
"Link nowonline.com.br": {
"prefix": "link-now-online",
"body": [
"<a href=\"https:/www.nowonline.com.br/\" target=\"_blank\">www.nowonline.com.br</a>",
"$2"
],
"description": "Puts <a> tag with link to the nowonline.com.br website"
},
"Link claro.com.br": {
"prefix": "link-claro",
"body": [
"<a href=\"https:/www.claro.com.br/\" target=\"_blank\">claro.com.br</a>",
"$2"
],
"description": "Puts <a> tag with link to the claro.com.br website"
},
"Link claro.com.br/celular/cobertura": {
"prefix": "link-claro-cobertura",
"body": [
"<a href=\"https:/www.claro.com.br/celular/cobertura\" target=\"_blank\">claro.com.br/celular/cobertura</a>",
"$2"
],
"description": "Puts <a> tag with link to the claro.com.br/celular/cobertura website"
},
"Link claro.com.br/novaera": {
"prefix": "link-claro-nova-era",
"body": [
"<a href=\"https:/www.claro.com.br/novaera\" target=\"_blank\">claro.com.br/nova-era</a>",
"$2"
],
"description": "Puts <a> tag with link to the claro.com.br/novaera website"
}
}
{
// 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 scss 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 TypeScript 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"
}
*/
"import statement":{
"prefix": "im-",
"body": [
"import { $1 } from '$2';"
],
"description": "Cria o corpo de um import"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment