starting from v1, the extension will no longer do the below as Official laravel extension already does that, instead i will be adding extra functionality that probably wont be added to the main extension.
Features
Controller
add method/action to clipboard if not found in controller ex."used through a trait"
supports controller definitions like
Route::get('/', 'index'); // will have list of all controllers with the same action name
for the controller link to redirect to the correct place
make sure the terminal.integrated.scrollback is set to a big number ex.100000 or even more if you have a very long list, otherwise, you might get redirected to the wrong controller.
if the controllers still doesn't show up in the popup, try restarting the editor
Laravel v9+
with v9 the route listing cmnd has changed, so now u have a new config to get around this, u can set the config per project so u have the same experience regardless of the fw version.