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
Compatibility
Laravel Version |
Status |
Extension Version |
10.x |
Supported |
2.2.0 |
9.x |
Supported |
2.2.0 |
8.x |
Supported |
2.2.0 |
7.x |
Supported |
2.1.9 |
6.x |
Supported |
2.1.9 |
5.8 |
Supported |
. |
5.7 |
Supported |
. |
5.6 |
Supported |
. |
5.5 |
Supported |
. |
5.4 |
Supported |
. |
5.3 |
Supported |
. |
5.2 |
Supported |
. |
5.1 |
Supported |
. |
Links
Extension:
https://marketplace.visualstudio.com/items?itemName=erlangparasu.goto-route-controller-laravel
Source:
https://github.com/erlangparasu/goto-route-controller-laravel
Enjoy :)
| |