Skip to content

VS Code Basics

VS Code is a lightweight editor with strong extension support and great debugging tools.

  1. Install VS Code and sign in to sync settings.
  2. Enable auto-save if you prefer fast iteration.
  3. Configure format-on-save for consistent code style.
  • Prettier (formatting)
  • ESLint (linting)
  • GitLens (Git visibility)
  • Error Lens (inline errors)
  • Tailwind CSS IntelliSense (if using Tailwind)
  • Use integrated terminal for project commands.
  • Split editor for side-by-side coding and docs.
  • Use global search to navigate large codebases quickly.
  • Command Palette: Cmd + Shift + P
  • Toggle terminal: Ctrl + `
  • Quick file open: Cmd + P
  • Global search: Cmd + Shift + F

A clean editor setup saves time every day. Keep your extension list focused and avoid unnecessary tooling noise.