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

Remove Vetur from extensionDependencies #92

Closed eladcandroid closed 3 years ago

sdras commented 3 years ago

You need vetur to work with Vue properly in VS Code.

eladcandroid commented 3 years ago

@sdras We can use other alternatives like these: https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features&ssr=false#review-details https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar

I don't see how snippets are related to Vetur specific

sto3psl commented 3 years ago

@eladcandroid When opening issues it would be nice to describe why you want a specific feature/change. That way maintainers might actually consider helping you.


Hi @sdras, I'm working on various Vue 3 projects and am using Volar with VSCode instead of Vetur. I read that this is recommended when using <script setup> (yes bleeding edge I know 😅) since Vetur doesn't support that yet. The vue-vscode-snippets would still be extremely useful for me but Vetur and Volar don't work well together (Volar readme). Would you consider removing Vetur as dependency from vue-vscode-snippets? Then more people could use it and it shouldn't affect Vetur users.

eladcandroid commented 3 years ago

@sto3psl It's really hard to compete with you. Thanks!

christhofer commented 3 years ago

Arrive to this issue as well when trying to disable Vetur in order to use Volar. It's been almost 6 months but Vetur still doesn't support <script setup>, so I'd like to try Volar. But I can't live without this snippets 😄

I saw this comment referencing to Evan's comment.

Is there a problem if Vetur is excluded from dependency?