vscode-vue-peek
vscode-vue-peek copied to clipboard
Allow Go to Definition / Peek to work on methods
When hitting F12 / Go To Definition (or peek) on v-attributes such as v-on
it should go to the corresponding method in the component if possible
Thank for suggestion, will take a look into implementing that.