vscode-javascript-booster icon indicating copy to clipboard operation
vscode-javascript-booster copied to clipboard

Feature request: vuejs support.

Open wmzy opened this issue 5 years ago • 4 comments

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

wmzy avatar Aug 27 '18 04:08 wmzy

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!

xsburg avatar Sep 14 '18 13:09 xsburg

me too want vue support

jong-hui avatar Nov 07 '19 08:11 jong-hui

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

arnonrdp avatar Sep 24 '21 15:09 arnonrdp

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

Vue 3 now also supports TypeScript in .vue files:

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

Mokkapps avatar Oct 13 '22 14:10 Mokkapps