Skip to content

Instantly share code, notes, and snippets.

@goodjack
Last active July 3, 2018 11:05
Show Gist options
  • Select an option

  • Save goodjack/96cc1471d99114231cb27b73a3d0c9fe to your computer and use it in GitHub Desktop.

Select an option

Save goodjack/96cc1471d99114231cb27b73a3d0c9fe to your computer and use it in GitHub Desktop.
Visual Studio Code Extensions for Laravel Development
/.vscode/*
!/.vscode/extensions.json
{
// 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