Skip to content

Instantly share code, notes, and snippets.

@elchroy
Forked from robgeorgeuk/vs_code_extensions.md
Created April 28, 2022 09:23
Show Gist options
  • Save elchroy/01818058505e422340a4fe323090c929 to your computer and use it in GitHub Desktop.
Save elchroy/01818058505e422340a4fe323090c929 to your computer and use it in GitHub Desktop.
My VSCode Extensions for Laravel Develoment

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 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

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
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment