You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting is correct. There is no underline for the link. Same problem for both Laravel 8 and 9. After some testing, i found that the extension did not work if the app was located in a sub-folder. E.g Does not work if the app laravelapp was located laravel->laravelapp. After loading vscode in the laravelapp folder, it worked fine.
I found another extension "ctf0.laravel-goto-view" which stated that it was forked from your extension. This extension works better in that it provides additional feature to create the view if it does not exist.
In my controller, i define the return as:
return view('welcome');
When i ctrl + click or alt + click on the "welcome", it does not jump to the view file. All it does is position the cursor.
The text was updated successfully, but these errors were encountered: