#thoughts
Alright, if you are using vscode auto close tag and bracket pair colorizer extensions, delete it now. They slow vscode down.
Go to vscode settings (command + P on Mac, type >, and type "settings") and search for "colorize" -> and enable bracket pair colorization
Then search for "linked editing" and enable that as well.
The first thing colorizes multiple } brackets that really help and the second renames the matching open/closing html tags automatically.
Super useful if you still don't use them. And much more efficient than similar extensions.
PS All this cool stuff you found being integrated in your IDE when you attempt to speed it up. Amazing 🔥