I've installed the Laravel IDE Helper Generator. It works like a charm, its autocomplete is awesome, but I was wondering: is it also possible "jumping" to files directly?
For example, in routes.php:
Route::get('/', function () {
return view('welcome');
});
Is it possible going to the view welcome directly (without having to navigate through the treeview and open it by double click)?
viewis a function, not a file.shift keytwice and then write "welc" at popoup. It will take you to the file.