Recommend VS Code Extension for Rapid Laravel App Development

  • Laravel Snippets
  • Laravel GoTo View
  • Laravel Blade Formatter
  • Laravel Intellisense
  • Laravel GoTo Controller

Laravel Snippet

Laravel snippets extension for Visual Studio Code (Support Laravel 5 and above version).

Support Snippet Prefix

  • Auth
  • Broadcast
  • Cache
  • Config
  • Console
  • Cookie
  • Crypt
  • DB
  • Event
  • Form (Laravel Collective Form/Html needs to be installed and available as blade snippets)
  • Hash
  • Helper
  • Log
  • Mail - Contains Mail:: and Mailable:: prefix for mail related settings
  • Passport (Laravel v5.3 - API Authentication)
  • Redirect
  • Relation
  • Request
  • Response
  • Route
  • Schema - Contains Schema:: and Column:: prefix for database related settings
  • Session
  • Storage
  • Str
  • View

Laravel goto view

Quick jump to view


Marketplace Version
Installs

How to use

Laravel Blade formatter

Laravel Blade formatter for VSCode

CI Visual Studio Marketplace Installs Visual Studio Marketplace Downloads Visual Studio Marketplace Version Visual Studio Marketplace Rating

Features

  • Automatically Indents markup inside directives
  • Automatically add spacing to blade templating markers
  • PHP 8 support (null safe operator, named arguments) :elephant:
  • PSR-2 support (format inside directives)

Screencast

Screencast

Laravel Extra Intellisense

better intellisense for laravel projects.

This extension provides Laravel routes, views and … autocomplete for VSCode.

Autocomplete

Route names and route parameters

Routes

Views and variables

Views

Configs

Configs

Translations and translation parameters

Translations

Laravel mix function

Mix

Validation rules

Validation rules

View sections and stacks

View sections

Env

env

Route Middlewares

Middlewares

laravel-goto-controller

Alt + click to navigate from a route to a respective controller file.

Credits to https://github.com/codingyu/laravel-goto-view

laravel-goto-controller