Hi everyone,
I’m Haris and I’m a newbie to the developer realm. Today I'd like to share my favourite VS Code extensions that will definitely help you if you’re starting out like me.
Prettier
Prettier is a code formatter that greatly improves readability in teams. It's a tough job to create consistent code formatting in large codebases. As soon as you install prettier in your project, it gets implemented throughout your dev process. It works as automatic formatting on save or while you’re typing. Prettier is a well renowned extension that saves time and improves readability for teams and individuals as well.
Check out prettier here:
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
Live Preview
Live preview hosts a local server where you can preview your web projects inside VS code. It has many preview features including HTML file previewing, Embedded preview, Persistent Server task with server Logging, External browser Previewing & Debugging, Console Output Channel, Workspace-less Previewing, and Multi-root Support.
Try Live preview:
https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server
Settings Sync
Settings Sync allows you to maintain a consistent IDE experience across multiple machines by downloading your extensions and reconfiguring all of your settings by saving everything via GitHub. You can keep everything in sync by adding this extension in your VS code.
Check out Settings sync
https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
Bracket Pair Colorizer
Bracket Pair colorizer identifies different brackets through different colors. You can easily define which characters to match, and the colours to use. You can also configure custom bracket characters. Additionally, it becomes pretty simple to configure a list of colors, as well as a specified color for orphaned brackets.
Check out Bracket Pair colorizer:
https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer
blox
blox is a VS code extension with a built-in library of 1500 code snippets. It lets you drop whole chunks of code blocks with a single click. It supports different frameworks including Tailwind CSS, Angular, React, and Vue. It will also support Alpine.js, Svelte, Laravel, Bootstrap, and Material UI in the future.
Check out blox:
https://marketplace.visualstudio.com/items?itemName=vsblox.blox
Live Share
Live Share allows developers to collaborate on projects where they can edit and debug together. Developers can join different sessions and receive all of the editor context from another developer's environment that ensures they can start collaborating immediately, without the need to clone any repos or install any SDKs.
https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare
So this sums up the list for now, do share your experience if you’ve given any of these a shot.
What are your favorite VS code extensions that you use on a daily basis?













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...