vscode-vue-peek icon indicating copy to clipboard operation
vscode-vue-peek copied to clipboard

Visual Studio Code extension for peeking to component files in Vue projects

Results 10 vscode-vue-peek issues
Sort by recently updated
recently updated
newest added

Vue accepts to following syntax ![Screenshot 2022-10-26 at 14 51 58](https://user-images.githubusercontent.com/15970757/198030720-8152055a-8343-4e0f-9f43-166c471dfff3.png) But the plugin does not find the definition when using pascal case. Could this feature be added ?

[Here](https://www.gitpod.io/blog/open-vsx/) are some more details about OpenVSX, its goal, and why it was created Could you publish on OpenVSX too? (It's typically just a matter of running `npx ovsx publish`...

Would be great if you could add a license file to the repository so we know what is permitted use. https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository

Create an action **Extract Vue Component** o **Extract Vue Page**. **Ctrl + Shift + F11** **Suggestion** When this action would be called, having selected an HTML fragment, create a new...

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

enhancement

If I have this DOM markup here: ![image](https://user-images.githubusercontent.com/17655219/71198381-7d18fa00-2248-11ea-80c2-1b2c71898bcc.png) and I press F12, I get this: ![image](https://user-images.githubusercontent.com/17655219/71198407-8b671600-2248-11ea-8430-9bb9c7ebba2e.png) > Cannot read property 'fsPath' of undefined I don't think I installed any other...

If you install the Vuetify plugin you get a replacement for the stock App.vue component with, for example, the v-list component. When you F12 to go to definition it is...

"Go to definition" seems to just peek at the file. ![default](https://user-images.githubusercontent.com/12532733/31298792-5c6e1472-aab1-11e7-89d7-8c8858749c3c.gif)

if i use nuxt components prefix, vue peek does not working.