iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up
« Previous

VS Code HOME

Welcome to the iwantcoding.com VS Code Tutorial. VS Code is the world’s most popular code editor. This track turns the editor into a productivity multiplier: the Command Palette, multi-cursor, IntelliSense, debugger, tasks, devcontainers, and the modern AI tooling.

What this tutorial covers

ChapterYou will learn
Get StartedInstall, UI tour, Command Palette, settings, themes & fonts, workspaces.
EditingEssential shortcuts, multi-cursor, find / replace, IntelliSense, snippets, Emmet, refactor, format on save.
Power ToolsIntegrated terminal, Git & source control, debugger, tasks & launch, extensions, Live Share, remote / dev containers, profiles, GitHub Copilot.
ExamplesCheatsheet, runnable snippets, quiz, exercises, bootcamp, certificate.

Who this is for

  • Every developer using VS Code (so, most of you).
  • New devs onboarding into a polyglot team.
  • Senior devs squeezing out the last 20% of productivity.
How to use this tutorial: read the chapter, run the example with Try it Yourself », do the exercise, then take the quiz at the bottom. Hit Mark complete when you're done — the sidebar will track your progress.

Example

Example
// Open the Command Palette
//   Windows / Linux:  Ctrl + Shift + P
//   macOS:            Cmd + Shift + P
// It is the door to every command.
Try it Yourself »

Discussion

Loading…

« Previous