codingyu / laravel-goto-view

vscode extension
MIT License
45 stars 28 forks source link

Fresh install, not working for some reason. #73

Open rust-floppy opened 6 months ago

rust-floppy commented 6 months ago

I make a view inside the views folder (like always), and call it "foo.blade.php". Then in my web.php, I do:

return views('foo');

and if I try to ctrl click it, it doesn't work - it's not underlined, not going into the view, etc.

I'm on windows 10. If you need additional info, I'll try to provide it.

I basically installed this: https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-extension-pack

then noticed many doesn't work, so I uninstalled them all and installed them individually - same result. The app (when it's running) shows the right view, so it should work.

codingyu commented 6 months ago

The extension may not have been successfully activated,

Is the project on the local?

rust-floppy commented 6 months ago

Yes, it is local.

VSCode's extension tab says it's activated/enabled.