Skip to content

VS Code Onboarding

Visual Studio Code is a lightweight but powerful code editor. It supports:

  • Multiple programming languages
  • Extensions
  • Integrated terminal

Alt text Alt text Alt textAlt text

  • Prettier: A professional editor who fixes your document’s fonts and margins.
  • ESLint: A proofreader who checks if your arguments make sense and catch typos.
  • Copilot: A smart assistant who helps you draft the next paragraph based on your notes. (optional)

Alt text

  • Enable autosave
  • Set theme and font

Alt text

  • Open terminal: `Ctrl + “
  • Command palette: Ctrl + Shift + P

Alt text

  • Integrations help communication between frontend and backend.
  • Use terminal for Git, Node.js, Python commands, pertaining to your need.
  • Git: Track code changes and safely undo mistakes.
  • Node.js: Run JavaScript directly on your machine for backend tasks.
  • Python: Power your projects with automation, data, and AI scripts.

Alt text

  • Create a new folder, and open it as editor here. You can add and edit files to it.
  • Or you can also clone a repository from github and work on it.

Alt text

👉 Next: Discord Setup