xsburg / vscode-javascript-booster

Sprinkle extra refactorings, code actions and commands over your JavaScript! 🍩 TypeScript and Flow are first class citizens as well!
https://marketplace.visualstudio.com/items?itemName=sburg.vscode-javascript-booster
160 stars 13 forks source link

Feature request: vuejs support. #9

Open wmzy opened 5 years ago

wmzy commented 5 years ago

Awsome tool. Will you support js in a .vue file?

xsburg commented 5 years ago

Hi,

I'm not sure how exactly nested languages are implemented in VSCode but it's definitely not a trivial task at the moment. I need to do some additional research into how Vetur extension works and what would be the best way to support ts/js scripts in Vue.

I don't plan to do it in the near future but will be glad to accept a PR.

Thanks for the feedback!

jong-hui commented 4 years ago

me too want vue support

arnonrdp commented 2 years ago

Support for .js within .vue would be very welcome. Really very useful!!

Mokkapps commented 1 year ago

Hi, your extension is amazing! Vue support would be awesome!

Vue 3 now also supports TypeScript in .vue files:

<script setup lang="ts">
</script>