-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: View not work in Ubuntu 24.04 #106
Comments
@shankhadevpadam have you tried putting the view in double quotes? I've seen this helps with other goto extensions that I have used in the past. Also, if you hover over the view file, what is the warning it gives (it has orange squiggly underline)? If the view doesn't exist in that specific location, it may also not be able to navigate to it. The following works for me where the view file is located at public function __invoke($logType)
{
return view('my.nested.folder.index', compact('logType'));
} |
It does not work for me. |
Just to confirm, you definitely have a view at |
Yes definitely. I have view file in same location. But I used https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view extension for work. |
Extension Version
0.1.14
PHP Binary
Valet
Operating System
Linux
What happened?
Unable to navigate view file.
Mimimal Code Sample
No response
The text was updated successfully, but these errors were encountered: