A simple Visual Studio Code extension that allows you to go to the definition of Vue 2 component methods, props, data, and computed properties even when the <script src=""> is used.
Features
Detects definitions of methods, data, props, and computed values
Works with external scripts via <script src="./component.js">
Quick preview of the definition on hover
Usage
Install the extension.
Open a Vue 2 component file.
Hover over a property or method used in the template.
A small preview box with the relevant definition will appear.