Useful VSCode extensions for everyday coding

I have compiled list of some useful VSCode extenstion which I use on daily basis. Most of the tools automates my tasks. Which helpe me focus on coding without worrying about other stuffs like formatting and reloading browser after saving etc.
I am a frontend developer so this list is focused on Frontend development only
Prettier
This is very useful extenstion for code formatting. I enabled auto save on format so that I do not have to worry about formatting when coding.
Lorem ipsum / Lorem whatever
If you want to enter dummy text in your webpage this is right tool for you.
Live server
Live server helps me do changes and see the result in realtime in browser. This is a real time saver.
Quokka
Quokka is live scratchpad which gives real result of your code. This is really useful when I am trying out some feature of Javascript or some solution.
GitLens
Useful extension when working with git.
This is list so far. I will keep updating it.