Your cart is currently empty!
My Visual Studio Code Extensions and Settings
Git
- Git Graph (mhutchie)
- GitLens — Git supercharged (Eric Amodio)Auto Rename Tag (Jun Han)
PHP/Laravel
- PHP Intelephense (Ben Mewburn)
- PHP Namespace Resolver (Mehedi Hassan)
- Laravel Blade Snippets (Winnie Lin)
- Laravel Blade formatter (Shuhei Hayashibara)
HTML/CSS/Javascript/Vue
- Live Server (Ritwick Dey)
- JavaScript (ES6) code snippets (charalampos karypidis)
- Split HTML Attributes (Vue, React, Angular) (Danny Connell)
- Tailwind CSS IntelliSense (Brad Cornes)
- Auto Rename Tag (Jun Han)
Theme/Icons
- Cobalt2 Theme Official (Wes Bos)
Productivity
- Draw.io Integration (Henning Dieterichs)
- Todo Tree (Gruntfuggly)
- Bracket Pair Colorizer 2 (CoenraadS)
- Thunder Client (Ranga Vadhineni)
- Docker (Microsoft)
- Remote – Container (Microsoft)
- Remote – SSH (Microsoft)
Others
- C/C++ (Microsoft)
- Fira Code Font
File: settings.json
{
"breadcrumbs.enabled": false,
"css.validate": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "block",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.letterSpacing": 0.3,
"editor.lineHeight": 25,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.enableSmartCommit": true,
"git.openDiffOnClick": false,
"html.validate.styles": false,
"splitHTMLAttributes.tabSize": 4,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"todo-tree.tree.showScanModeButton": false,
"todo-tree.general.statusBar": "tags",
"window.menuBarVisibility": "visible",
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
"workbench.startupEditor": "none",
"workbench.statusBar.visible": true,
}
Leave a Reply