zed
zed copied to clipboard
Tailwind CSS within Vue template
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
cc: @ForLoveOfCats
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!
Astro?
Oh man! This would be a sweet feature! I do miss completion / intent / hover functionality which Tailwind / Headwind provides in VSCode
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>