Skip to main content
← Back to course

Why This Course Is About Claude Code, Not GitHub Copilot

Visual Studio ships with its own AI assistant options, and it's genuinely easy to assume "AI in Visual Studio" means whichever one is bundled by default. This course is deliberately scoped differently — to how Securafy's own developers actually work.

This track uses Claude Code and the Claude CLI, run inside Visual Studio's integrated terminal — the same tool and workflow covered in the AI Tool Field Guides' Visual Studio course, but going considerably deeper here. If you haven't taken that course yet, its "What This Course Actually Covers" lesson is a useful primer before this one.

Not GitHub Copilot. Microsoft's own coding assistant is a different, capable tool with its own strengths — but it's not what this course (or Securafy's actual workflow) is built around. If you're specifically looking for GitHub Copilot content, that's a different course.

The mental model that matters most: you're directing an agent, not accepting autocomplete. Everything in this course builds on treating Claude Code like a capable developer you brief and review, not a smarter autocomplete that finishes your sentence. That distinction shapes every lesson that follows.

Why this matters at the "Advanced" tier of an IDE-mastery track: by this point in the track, you know Visual Studio's editor, debugger, testing, and build tooling well. This course is about layering an AI agent on top of that real IDE fluency — Claude Code is far more effective when you already know how to read a stack trace, run a test, or navigate a multi-project solution yourself.

Why this matters for you

An agent that can edit files and run commands on its own is a materially bigger deal than an autocomplete suggestion — the rest of this course is about using that power well, inside the IDE you've spent this whole track learning.

▶️ Before the next lesson

Confirm Claude Code is installed and you can run claude successfully from Visual Studio's integrated terminal (View → Terminal) in one of your real projects.