Link shortcut Follow
Greetings,
How to I disable or update the emmet definitions for a self closing Link?
I keep wanting `Link` to expand to `<Link></Link>` and not `<Link/>`. 100% of the time I want the full expansion and I always have to edit it 😢
Thank you in advance.
Please sign in to leave a comment.
It's a known issue unfortunately - if the component name matches HTML void element name, it's always expanded to self-closing tag. Please follow https://youtrack.jetbrains.com/issue/WEB-36536 for updates
Super thanks for the issue link Elana. I've upvoted and book marked it 👍