
Glob Patterns Reference - Visual Studio Code
Glob patterns in VS Code require / for separating paths but they will both match on / and \ in paths. If you're trying to literally match a special character like [ or ], escape it by placing the special character …
Introduction to agent-first development - Visual Studio Code
But another pattern is emerging across the industry, using agents in programming, often called agentic programming or agent-first development. Instead of writing each line, you direct an AI coding agent …
UX Guidelines | Visual Studio Code Extension API
UX Guidelines These guidelines cover the best practices for creating extensions that seamlessly integrate with VS Code's native interface and patterns. In these guidelines, you can expect to find: …
Learn Visual Studio Code
Learn Visual Studio Code with structured training courses, hands-on exercises, and real-world examples.
Snippets in Visual Studio Code
Snippets in Visual Studio Code Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. In Visual Studio Code, snippets appear in …
Build with agents in VS Code
Build with AI agents in Visual Studio Code. Learn what agents can do, configure agent sessions, and customize agents for your project.
Documentation for Visual Studio Code
Your home for multi-agent development. Explore AI agents, coding tools, extensions, and everything you need to build faster with Visual Studio Code.
Integrate with External Tools via Tasks - Visual Studio Code
Integrate with External Tools via Tasks Lots of tools exist to automate tasks like linting, building, packaging, testing, or deploying software systems. Examples include the TypeScript Compiler, linters …
Set up a context engineering flow in VS Code
Set up a context engineering flow in VS Code This guide shows you how to set up a context engineering workflow in VS Code using custom instructions, custom agents, and prompt files. Context …
Test with GitHub Copilot - Visual Studio Code
Test with GitHub Copilot Writing and maintaining tests is a crucial but often time-consuming part of software development. GitHub Copilot streamlines this process by helping you write, debug, and fix …