Last active
April 28, 2022 09:23
-
-
Save robgeorgeuk/2cbca45caf04dd6ed74194d1f329b92c to your computer and use it in GitHub Desktop.
Revisions
-
robgeorgeuk revised this gist
Nov 17, 2020 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,10 @@ https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade Quick jump to view\ https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view ### Laravel Intellisense Lots of autocompletion helpers https://marketplace.visualstudio.com/items?itemName=mohamedbenhida.laravel-intellisense ### Laravel Snippets Laravel snippets for Visual Studio Code (Support Laravel 5 and above)\ https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets -
robgeorgeuk revised this gist
Aug 21, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -37,5 +37,6 @@ https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace- ### PHP Sniffer & Beautifier PHP Sniffer & Beautifier for Visual Studio Code\ **This one can squawk a lot so enable with care** **Needs external tools installed. Read Linter Installation section**\ https://marketplace.visualstudio.com/items?itemName=ValeryanM.vscode-phpsab -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -37,5 +37,5 @@ https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace- ### PHP Sniffer & Beautifier PHP Sniffer & Beautifier for Visual Studio Code\ **Needs external tools installed. Read Linter Installation section**\ https://marketplace.visualstudio.com/items?itemName=ValeryanM.vscode-phpsab -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -28,7 +28,7 @@ https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker ### PHP Intelephense PHP code intelligence for Visual Studio Code\ **Be sure to read the Quick Start instructions**\ https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client ### PHP Namespace Resolver -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 11 additions and 11 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,39 +3,39 @@ An extension to add semicolons or anything you want at the end of a line\ https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer ### Go To Method Adds the ability to go to only method symbols declared in the active document\ https://marketplace.visualstudio.com/items?itemName=trixnz.go-to-method ### Indent on Paste Re-indents pasted code to match the destination\ https://marketplace.visualstudio.com/items?itemName=gazugafan.vscode-indent-on-paste ### Laravel Blade Snippets Laravel blade snippets and syntax highlight support\ https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade ### Laravel goto view Quick jump to view\ https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view ### Laravel Snippets Laravel snippets for Visual Studio Code (Support Laravel 5 and above)\ https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets ### PHP DocBlocker A simple, dependency free PHP specific DocBlocking package\ https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker ### PHP Intelephense PHP code intelligence for Visual Studio Code\ ** Be sure to read the Quick Start instructions **\ https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client ### PHP Namespace Resolver Import and expand php namespaces\ https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver ### PHP Sniffer & Beautifier PHP Sniffer & Beautifier for Visual Studio Code\ ** Needs external tools installed. Read Linter Installation section **\ https://marketplace.visualstudio.com/items?itemName=ValeryanM.vscode-phpsab -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ### Colonizer An extension to add semicolons or anything you want at the end of a line\ https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer ### Go To Method -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ ### Colonizer An extension to add semicolons or anything you want at the end of a line https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer ### Go To Method -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ ### Colonizer An extension to add semicolons or anything you want at the end of a line https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer ### Go To Method -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,40 +2,40 @@ An extension to add semicolons or anything you want at the end of a line https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer ### Go To Method Adds the ability to go to only method symbols declared in the active document https://marketplace.visualstudio.com/items?itemName=trixnz.go-to-method ### Indent on Paste Re-indents pasted code to match the destination https://marketplace.visualstudio.com/items?itemName=gazugafan.vscode-indent-on-paste ### Laravel Blade Snippets Laravel blade snippets and syntax highlight support https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade ### Laravel goto view Quick jump to view https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view ### Laravel Snippets Laravel snippets for Visual Studio Code (Support Laravel 5 and above) https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets ### PHP DocBlocker A simple, dependency free PHP specific DocBlocking package https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker ### PHP Intelephense PHP code intelligence for Visual Studio Code ** Be sure to read the Quick Start instructions ** https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client ### PHP Namespace Resolver Import and expand php namespaces https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver ### PHP Sniffer & Beautifier PHP Sniffer & Beautifier for Visual Studio Code ** Needs external tools installed. Read Linter Installation section ** https://marketplace.visualstudio.com/items?itemName=ValeryanM.vscode-phpsab -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ### Colonizer An extension to add semicolons or anything you want at the end of a line https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer -
robgeorgeuk revised this gist
Aug 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Colonizer An extension to add semicolons or anything you want at the end of a line https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer -
robgeorgeuk created this gist
Aug 20, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,41 @@ Colonizer An extension to add semicolons or anything you want at the end of a line https://marketplace.visualstudio.com/items?itemName=uriberman.colonizer Go To Method Adds the ability to go to only method symbols declared in the active document https://marketplace.visualstudio.com/items?itemName=trixnz.go-to-method Indent on Paste Re-indents pasted code to match the destination https://marketplace.visualstudio.com/items?itemName=gazugafan.vscode-indent-on-paste Laravel Blade Snippets Laravel blade snippets and syntax highlight support https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade Laravel goto view Quick jump to view https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view Laravel Snippets Laravel snippets for Visual Studio Code (Support Laravel 5 and above) https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets PHP DocBlocker A simple, dependency free PHP specific DocBlocking package https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker PHP Intelephense PHP code intelligence for Visual Studio Code ** Be sure to read the Quick Start instructions ** https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client PHP Namespace Resolver Import and expand php namespaces https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver PHP Sniffer & Beautifier PHP Sniffer & Beautifier for Visual Studio Code ** Needs external tools installed. Read Linter Installation section ** https://marketplace.visualstudio.com/items?itemName=ValeryanM.vscode-phpsab