what's the VS Code extension you are using for autocomplete HTML tags

#When we try to add the extension, for VS Code, how do we know if they are maintaining it and still make code fixes for it in the future, and they are updating? -Is it through (#change log) ?? #html-and-css
3 Replies
b1mind
b1mind2y ago
It should do it for you, check your settings. You can also use rename symbol and turn on linked ending html https://twitter.com/joyofcodedev/status/1611014677844066305?t=KE1s4g1NK1URKWqAcICNOw&s=19
Matia ❄️ (@joyofcodedev)
You don't need an extension for renaming HTML tags in VS Code if you enable linked editing. 🔥
Likes
858
Retweets
111
Twitter
b1mind
b1mind2y ago
All baked in these days no need for extensions
Jochem
Jochem2y ago
alternatively if you mean "what turns .test>p*2>lorem1 into <div class="test"><p>Lorem.</p><p>Ipsum.</p></div>", the answer is "emmet", but it's also built into VSCode. And so is the thing that turns typing <h1 and hitting tab into <h1></h1>. As for updating: All the extensions should have github repos linked from their main page, where you can see the number of stars and the last updates. Sometimes a piece of software is just done and doesn't necessarily need updating recently though, so as long as something works it's fine to use it even if it hasn't been updated in two years
Want results from more Discord servers?
Add your server