Skip to content

Instantly share code, notes, and snippets.

@saulirajala
Last active September 28, 2018 09:13
Show Gist options
  • Save saulirajala/5bb37016347cc468945552dfe77962f1 to your computer and use it in GitHub Desktop.
Save saulirajala/5bb37016347cc468945552dfe77962f1 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings for WP dev
{"lastUpload":"2018-08-29T17:43:19.682Z","extensionVersion":"v3.1.0"}
[
{
"metadata": {
"id": "2cbad5ee-b4ab-4de8-a1c7-77fede846155",
"publisherId": "patbenatar.advanced-new-file",
"publisherDisplayName": "patbenatar"
},
"name": "advanced-new-file",
"publisher": "patbenatar",
"version": "1.2.0"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.59"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.1.0"
},
{
"metadata": {
"id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherDisplayName": "streetsidesoftware"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "1.6.10"
},
{
"metadata": {
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherDisplayName": "felixfbecker"
},
"name": "php-debug",
"publisher": "felixfbecker",
"version": "1.12.5"
},
{
"metadata": {
"id": "b0a47156-9132-49a2-bebd-ed16d91b1fa6",
"publisherId": "ikappas.phpcs",
"publisherDisplayName": "ikappas"
},
"name": "phpcs",
"publisher": "ikappas",
"version": "1.0.5"
},
{
"metadata": {
"id": "735af542-944f-4b07-b336-9df27d7b8d84",
"publisherId": "smlombardi.slime",
"publisherDisplayName": "smlombardi"
},
"name": "slime",
"publisher": "smlombardi",
"version": "2.34.0"
},
{
"metadata": {
"id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
"publisherId": "sleistner.vscode-fileutils",
"publisherDisplayName": "sleistner"
},
"name": "vscode-fileutils",
"publisher": "sleistner",
"version": "2.10.3"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.25.0"
},
{
"metadata": {
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherDisplayName": "bmewburn"
},
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "0.8.8"
},
{
"metadata": {
"id": "6bd47346-1513-4798-82ce-9e7aa51bac28",
"publisherId": "isudox.vscode-jetbrains-keybindings",
"publisherDisplayName": "isudox"
},
"name": "vscode-jetbrains-keybindings",
"publisher": "isudox",
"version": "0.1.5"
},
{
"metadata": {
"id": "9df95cb4-c4e6-4de0-b771-f0cb91c96e7b",
"publisherId": "persoderlind.vscode-phpcbf",
"publisherDisplayName": "persoderlind"
},
"name": "vscode-phpcbf",
"publisher": "persoderlind",
"version": "0.0.8"
}
]
// Empty
[
{
"key": "cmd+1",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+t",
"command": "-workbench.action.showAllSymbols"
},
{
"key": "cmd+o",
"command": "-workbench.action.files.openFileFolder"
},
{
"key": "alt+o",
"command": "workbench.action.gotoSymbol"
},
{
"key": "alt+cmd+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+alt+o",
"command": "workbench.action.showAllSymbols"
},
{
"key": "cmd+o",
"command": "-workbench.action.showAllSymbols"
},
{
"key": "shift+cmd+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "cmd+o",
"command": "workbench.action.quickOpen"
},
{
"key": "shift+cmd+o",
"command": "-workbench.action.quickOpen"
},
{
"key": "cmd+o",
"command": "workbench.action.files.openFileFolder"
},
{
"key": "shift+cmd+c",
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{
"key": "shift+cmd+c",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+7",
"command": "-editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+p",
"command": "-editor.action.triggerParameterHints",
"when": "editorHasSignatureHelpProvider && editorTextFocus"
},
{
"key": "cmd+2",
"command": "-workbench.action.focusSecondEditorGroup"
},
{
"key": "cmd+2",
"command": "workbench.action.navigateEditorGroups"
},
{
"key": "shift+escape",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "shift+cmd+m",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+[Equal]",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "shift+alt+cmd+m",
"command": "workbench.actions.view.problems"
},
{
"key": "shift+cmd+m",
"command": "-workbench.actions.view.problems"
},
{
"key": "shift+cmd+backspace",
"command": "workbench.action.navigateBack"
},
{
"key": "alt+cmd+left",
"command": "-workbench.action.navigateBack"
}
]
{
"editor.renderWhitespace": "boundary",
"editor.rulers": [
120
],
"editor.fontFamily": "dank mono",
"editor.fontSize": 20,
"editor.formatOnSave": true,
"editor.minimap.showSlider": "mouseover",
"editor.minimap.enabled": false,
"editor.formatOnPaste": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "monaco",
"phpcbf.standard": "WordPress",
"phpcs.enable": true,
"phpcs.standard": "WordPress",
"phpcs.autoConfigSearch": false,
"php.suggest.basic": false,
"workbench.iconTheme": "vscode-icons",
"jetbrainsKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"breadcrumbs.enabled": true,
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"entity.other.attribute-name",
"keyword.control",
"storage.type",
"storage.modifier",
"variable.language"
],
"settings": {
"fontStyle": "normal"
}
},
{
"scope": [
"storage.type.function.arrow"
],
"settings": {
"fontStyle": ""
}
}
]
},
"files.trimTrailingWhitespace": true,
"files.defaultLanguage": "php",
"extensions.ignoreRecommendations": true,
"workbench.startupEditor": "none",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
}
{
// 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 javascriptreact 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:
}
{"version":"7.25.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment