Skip to content

Blade files

The plugin offers autocompletion for view names by scanning all blade files in your project, making it easy to reference and navigate to blade view files.

Blade

Blade

It provides autocompletion for the following methods:

  • Illuminate\Support\Facades\View::make()
  • Illuminate\Support\Facades\View::first()
  • Illuminate\Support\Facades\View::exists()
  • Illuminate\Support\Facades\View::composer()
  • Illuminate\Support\Facades\View::creator()
  • Illuminate\Support\Facades\Route::view()

Blade components

It provides autocompletion for Blade component tags and lets you quickly navigate to the component by holding Ctrl and right-clicking.

Blade

Copyright © 2025 Alireza-Moh | MIT License