Skip to content

Instantly share code, notes, and snippets.

@sagarpanchal
Last active November 13, 2019 06:14
Show Gist options
  • Save sagarpanchal/8535780621fa45f2cdd9613b116422c3 to your computer and use it in GitHub Desktop.
Save sagarpanchal/8535780621fa45f2cdd9613b116422c3 to your computer and use it in GitHub Desktop.
VS Code
bajdzis.vscode-twig-pack
ban.spellright
bmewburn.vscode-intelephense-client
christian-kohler.path-intellisense
cjhowe7.laravel-blade
codingyu.laravel-goto-view
CoenraadS.bracket-pair-colorizer
dacoto.laravel-easy-blade-snippets
dbaeumer.jshint
dbaeumer.vscode-eslint
deerawan.vscode-faker
donjayamanne.jquerysnippets
DotJoshJohnson.xml
eamodio.gitlens
EditorConfig.EditorConfig
eg2.tslint
eiminsasete.apacheconf-snippets
felixfbecker.php-debug
file-icons.file-icons
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
formulahendry.code-runner
Glavin001.unibeautify-vscode
HookyQR.minify
ikappas.phpcs
jaspernorth.vscode-pigments
maptz.camelcasenavigation
mikestead.dotenv
mrmlnc.vscode-apache
ms-python.python
ms-vscode.atom-keybindings
ms-vscode.cpptools
neilbrayfield.php-docblocker
onecentlin.laravel5-snippets
patbenatar.advanced-new-file
rafamel.subtle-brackets
redhat.java
rust-lang.rust
ryannaddy.laravel-artisan
stef-k.laravel-goto-controller
tehstun.toggler
Tyriar.lorem-ipsum
Zignd.html-css-class-completion
{
"atomKeymap.promptV3Features": true,
"breadcrumbs.enabled": true,
"editor.fontFamily": "IBM Plex Mono",
// "editor.fontFamily": "Operator Mono Lig Book",
// "editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.lineHeight": 30,
"editor.matchBrackets": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "all",
"editor.selectionHighlight": false,
"editor.wordWrap": "on",
"emmet.triggerExpansionOnTab": true,
"explorer.confirmDelete": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.promptToSaveFilesBeforeCommit": true,
"git.showPushSuccessNotification": true,
// "php.suggest.basic": false,
"php.validate.executablePath": "/usr/bin/php",
"php.validate.run": "onType",
"phpcs.standard": "PSR2",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.integrated.env.linux": {
"ZSH_THEME": "robbyrussell",
"XDEBUG_CONFIG": "idekey=VSCODE"
},
// "terminal.integrated.fontFamily": "IBM Plex Mono",
"terminal.integrated.fontFamily": "MESLOLGLDZ Nerd Font",
"terminal.integrated.fontSize": 14,
"terminal.integrated.rendererType": "dom",
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"window.zoomLevel": 1,
"workbench.activityBar.visible": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"workbench.colorCustomizations": {
// "terminal.background": "#000000",
// "terminal.foreground": "#eff0eb",
"terminal.ansiBlack": "#000000",
"terminal.ansiRed": "#AA0000",
"terminal.ansiGreen": "#00AA00",
"terminal.ansiYellow": "#AA5500",
"terminal.ansiBlue": "#0000AA",
"terminal.ansiMagenta": "#AA00AA",
"terminal.ansiCyan": "#00AAAA",
"terminal.ansiWhite": "#AAAAAA",
"terminal.ansiBrightBlack": "#555555",
"terminal.ansiBrightRed": "#FF5555",
// "terminal.ansiBrightGreen": "#55FF55",
"terminal.ansiBrightGreen": "#8AE234",
"terminal.ansiBrightYellow": "#FFFF55",
"terminal.ansiBrightBlue": "#5555FF",
// "terminal.ansiBrightBlue": "#729FCF",
"terminal.ansiBrightMagenta": "#FF55FF",
// "terminal.ansiBrightCyan": "#55FFFF",
"terminal.ansiBrightCyan": "#34E2E2",
"terminal.ansiBrightWhite": "#FFFFFF",
},
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "file-icons",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment