Hello everyone Today, I have prepared 10 extensions for VS Code that will help you develop cool software products, and generally speed up the devel...
For further actions, you may consider blocking this person and/or reporting abuse
VSCode has built-in auto tag completion that you can enable in your settings.
{
"editor.linkedEditing": true,
"javascript.preferences.renameMatchingJsxTags" : true,
"typescript.preferences.renameMatchingJsxTags" : true
}
The 2 settings at the bottom are for people using JSX
But most likely yes, this may not be entirely relevant today.
Yes, this, as I understand, appeared relatively recently. In the old-fashioned way, people simply install the auto rename tag extension, I also could not help but include it in the list.
Why still people uses Auto Rename Tags / Auto imports, vscode already provides this, just search import and rename in settings then manually search foe those settings
I know extentions are easy fix for this but don't forget they come with cost of some memory, while Auto rename, auto closing tag extention don't work always in bg, but extentions like, auto import tag always works in behind and may cause some memory issues take more loading time.
"I'm too lazy to search and figure out the settings when I can install an extension that I've been installing for 6+ years by default and everything works" - maybe? It's more of a habit.
I need more of these..🔥
Thanks! There's a lot more that I've used all the time. It will also be necessary later, maybe to take out separate topics, or just increase it to 30.
I'm waiting 😄
me too
also
also
also
Cool!
I will need to make an extended list, there are many more interesting things.
Here are some more
21 VS Code Extensions To Boost Your Productivity
Kiran Naragund ・ Jun 2
Here the list has more extensions - this is a plus
Nice list! 😊 If you want to work faster, check out my article about DevTools and VS Code shortcuts: Boost Your Productivity with These Essential Developer Shortcuts.
Github Pull Request: To review git pr in vs code.