Last active
July 3, 2018 11:05
-
-
Save goodjack/96cc1471d99114231cb27b73a3d0c9fe to your computer and use it in GitHub Desktop.
Visual Studio Code Extensions for Laravel Development
This file contains hidden or 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/* | |
| !/.vscode/extensions.json |
This file contains hidden or 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
| { | |
| // See http://go.microsoft.com/fwlink/?LinkId=827846 | |
| // for the documentation about the extensions.json format | |
| "recommendations": [ | |
| // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp | |
| "bmewburn.vscode-intelephense-client", | |
| "donjayamanne.githistory", | |
| "eamodio.gitlens", | |
| "EditorConfig.editorconfig", | |
| "junstyle.php-cs-fixer", | |
| "mikestead.dotenv", | |
| "neilbrayfield.php-docblocker", | |
| "onecentlin.laravel-blade", | |
| "onecentlin.laravel5-snippets", | |
| "ryannaddy.laravel-artisan", | |
| "Shan.code-settings-sync", | |
| "wayou.vscode-todo-highlight", | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment