Last active
September 23, 2024 20:42
-
-
Save Shaz3e/aff35c4d2e8119d5346b1fec72521fb0 to your computer and use it in GitHub Desktop.
My VS Code Extension List to code faster and easier
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// .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