codingyu / laravel-goto-view

vscode extension
MIT License
45 stars 28 forks source link

Any way to configure the keyboard shortcut? #31

Closed Blum closed 2 years ago

Blum commented 3 years ago

Is there any way to set some other shortcut to execute go-to-view? I'm using Ctrl+click and Alt+click already.. Thanks

ashokbaruaakas commented 3 years ago

You can add shortcut for open link.. For example :

{
    "key": "alt+g",
    "command": "editor.action.openLink"
  },
Blum commented 3 years ago

Thanks :+1:

github-actions[bot] commented 2 years ago

Stale issue message