goto-route-controller-laravel
Features
- Go to route declaration
- Go to controller method declaration
- Find blade usage
Extension (vsix) size: ±16 KB
How to Use
Go to Controller
- Open file routes
web.php or api.php
- Put cursor on line that contains route declaration like
BookController@show
- Right click on that line
- Choose "EP: Laravel: Go to Controller"
- Please wait... Controller file will be displayed for you
or just click EP-findController on statusbar
Go to Route
- Open controller class like
BookController.php
- Put cursor on line that contains method name like
function edit() {
- Right click on that line
- Choose "EP: Laravel: Go to Route"
- Please wait... Route declaration file will be displayed for you
or just click EP-findRoute on statusbar
Find blade usage
- Open an layout file like
index.blade.php
- Right click on any line
- Choose "EP: Laravel: Find blade usage"
- Please wait... Blade usage will be displayed for you
or just click EP-findBladeUsage on statusbar
Extension:
https://marketplace.visualstudio.com/items?itemName=erlangparasu.goto-route-controller-laravel
Source:
https://gitlab.com/erlangparasu/goto-route-controller-laravel
Enjoy :)
| |