Skip to content

Instantly share code, notes, and snippets.

@massiws
Created January 8, 2018 22:47
Show Gist options
  • Save massiws/829ff03825431edac900c26a7370015b to your computer and use it in GitHub Desktop.
Save massiws/829ff03825431edac900c26a7370015b to your computer and use it in GitHub Desktop.
VSCode: User Settings for PHP development
{
"workbench.iconTheme": "eq-material-theme-icons",
"editor.fontSize": 16,
"window.zoomLevel": 0,
"emmet.triggerExpansionOnTab": true,
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"workbench.colorTheme": "Monokai Dark Soda",
"explorer.confirmDelete": false,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"editorSuggestWidget.highlightForeground": "#2979FF",
"textLink.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"tab.activeBorder": "#2979FF"
},
"emmet.includeLanguages": {
"blade": "html"
},
"sync.gist": "1d29b3d000a350b1cba5efc893f876fe",
"sync.lastUpload": "2018-01-08T22:45:29.949Z",
"sync.autoDownload": false,
"sync.autoUpload": true,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.editor.showTabs": true,
"explorer.openEditors.visible": 0,
"editor.tabCompletion": true,
"workbench.startupEditor": "none",
"php-cs-fixer.onsave": true,
"php.suggest.basic": false,
"window.openFilesInNewWindow": "on",
"files.trimTrailingWhitespace": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment