sdras / vue-vscode-snippets

These snippets were built to supercharge my workflow in the most seamless manner possible.
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
MIT License
1.33k stars 183 forks source link

What about Volar? #101

Closed sajt closed 2 years ago

sajt commented 3 years ago

Why this snippets are based on Vetur? I like to use it with Volar. Is it possible?

Mostakimul commented 3 years ago

I was also thinking about this. Just came here to ask the same question. Is there any possibility to update this extension with volar support?

sajt commented 3 years ago

I made a pull request with it, and for me worked.

acommodari commented 3 years ago

I would also like this feature as right now the extension needs Vetur to work but Vetur is flagging errors that are incorrect in vue 3. I would like to get away from Vetur and work solely with Volar but this extensions dependency is a blocker.

Thanks!

petegriffith commented 3 years ago

Is there movement on this issue? I also want to make the shift to Volar but I miss the snippets.

Darkzarich commented 2 years ago

@sdras Hello, could you please accept this PR https://github.com/sdras/vue-vscode-snippets/pull/102 related to this issue

Mostakimul commented 2 years ago

Is there movement on this issue? I also want to make the shift to Volar but I miss the snippets. Screenshot_4

Follow this solution which is written in the main repo page.

ejirocodes commented 2 years ago

Is there movement on this issue? I also want to make the shift to Volar but I miss the snippets. Screenshot_4

Follow this solution which is written in the main repo page.

Worked for me

sdras commented 2 years ago

Hey everyone, I updated to Volar, but it started breaking for people using Vetur so I removed any extension dependencies, now nothing is forced. Thank you for reporting! Feel free to open another issue if you have further problems.