DEV Community

Discussion on: Best VS Code extensions for Beginners

Collapse
 
italypaleale profile image
Alessandro (Ale) Segala

Hi Haris, thanks for this! I'm from the VS Code team and liked your article :) Just wanted to let you know that both Settings Sync and Bracket Pair Colorizer are now available into VS Code without the need for any extension.

For settings sync: code.visualstudio.com/docs/editor/... Using the official one allows you to quickly sync your settings anywhere, including VS Code for the Web (vscode.dev and github.dev) and GitHub Codespaces

For bracket pair colorizer, a couple of months ago we added it to the core editor because that's the only way we could make it highly-performant: code.visualstudio.com/blogs/2021/0...

Collapse
 
whippingdot profile image
Sanjaay R.

There is also a microsoft live preview extension now right?

Collapse
 
italypaleale profile image
Alessandro (Ale) Segala

Correct, because Live Server was unmaintained. The Live Preview extension Haris listed is already the new one

Thread Thread
 
whippingdot profile image
Sanjaay R.

Oh okay yeah I see it now!

Collapse
 
harishash profile image
Haris#

Thanks for the feedback mate. Love what you and your team are doing!