Skip to content

Instantly share code, notes, and snippets.

@Shaz3e
Last active September 23, 2024 20:42
Show Gist options
  • Save Shaz3e/aff35c4d2e8119d5346b1fec72521fb0 to your computer and use it in GitHub Desktop.
Save Shaz3e/aff35c4d2e8119d5346b1fec72521fb0 to your computer and use it in GitHub Desktop.
My VS Code Extension List to code faster and easier
// .vscode/extensions.json
{
"recommendations": [
"rangav.vscode-thunder-client",
"bmewburn.vscode-intelephense-client",
"donjayamanne.githistory",
"DavidAnson.vscode-markdownlint",
"eamodio.gitlens",
"GitHub.vscode-pull-request-github",
"PKief.material-icon-theme",
"MrChetan.phpstorm-parameter-hints-in-vscode",
"onecentlin.laravel-extension-pack",
"Codeium.codeium",
"Blackboxapp.blackbox",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"mattedesign.laravel-pack",
"Gruntfuggly.bettercomment"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment