Complete guide to setting up VS Code with my preferred configuration, extensions, and fonts.
Install Node.js (v18 or higher) from nodejs.org
Install Bun package manager from bun.sh
Install Visual Studio Code from code.visualstudio.com
Install Git from git-scm.com
Install essential extensions for development:
Configure VS Code settings for optimal development:
Set up AI-powered development tools:
{ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "tailwindCSS.includeLanguages": { "javascript": "javascriptreact", "typescript": "typescriptreact" }}Paste the code in the settings.json file in VS Code
Save the settings.json file
Cmd + S (Mac) / Ctrl + S (Windows)and restart VS CodeDesign & Developed by Anshul Chouhan
© 2026. All rights reserved.