zed icon indicating copy to clipboard operation
zed copied to clipboard

Tailwind CSS within Vue template

Open tomhaerter opened this issue 1 year ago • 5 comments

Check for existing issues

  • [X] Completed

Describe the feature

Add Tailwind CSS class completion inside Vue templates. Right now there seems to be no support.

If applicable, add mockups / screenshots to help present your vision of the feature

Vue vs HTML

image image

tomhaerter avatar Oct 26 '23 15:10 tomhaerter

cc: @ForLoveOfCats

JosephTLyons avatar Oct 26 '23 15:10 JosephTLyons

Upvote! As I see, it is already done for Svelte guys. How hard could it be to do the same for Vue? 🙏🏻

And thank you for a blazingly fast editor!

ivryb avatar Jan 03 '24 21:01 ivryb

Astro?

BryanSchuetz avatar Jan 08 '24 17:01 BryanSchuetz

Oh man! This would be a sweet feature! I do miss completion / intent / hover functionality which Tailwind / Headwind provides in VSCode

vinayakkulkarni avatar Jan 20 '24 00:01 vinayakkulkarni

It would also be nice for completions to work within the style tag in vue templates too. Any news on this? Thanks

<style scoped>
.large {
    @apply px-8 rounded-lg;
}
</style>

mulhoon avatar Jan 29 '24 13:01 mulhoon