codingyu / laravel-goto-view

vscode extension
MIT License
45 stars 28 forks source link

Not working at all on Mac OS Catalina #32

Closed weidmaster closed 3 years ago

weidmaster commented 3 years ago

I am trying to use this extension on Mac OS but it doesn't work. I tried all keys, COMMAND, OPTION, CONTROL, SHIFT, and nothing works. It should be CMD + Click, but it is not hightlighting the view name to click. Also I can't find the goto view in the shortcuts options.

I am using the return like the example, so it is a SO issue:

return view('admin.product.index', compact('filters','cats','brands','sign','storesList'));

UPDATE I configured the view path because my project uses a different folder structure and now it does highlight the view name but I still can't click on it.

@codingyu It should be CMD + click on Mac, but at least I think the view popup could be clickable as an alternative.

Captura de Tela 2020-11-03 às 15 27 30

weidmaster commented 3 years ago

It is working now with the update. Thank you for this amazing extension.