
Use prompt files in VS Code
Learn how to create reusable prompt files for GitHub Copilot Chat in VS Code to standardize common development tasks and improve your coding workflow efficiency.
Introduction to prompt files - Visual Studio Code
Learn how to create and use reusable prompt files in VS Code to standardize workflows, reduce repetition, and customize GitHub Copilot behavior.
Prompt examples - Visual Studio Code
Discover effective prompt examples for chat in VS Code across different scenarios including code generation, debugging, testing, and working with notebooks.
Manage context for AI - Visual Studio Code
To explicitly inform the AI that you want to use the entire codebase as context, you can add #codebase to your prompt. Reference content from the web You can reference content from the web in your …
Use custom instructions in VS Code
Use custom instructions in VS Code Custom instructions enable you to define common guidelines and rules that automatically influence how AI generates code and handles other development tasks. …
Visual Studio Code - The open source AI code editor | Your home for ...
Visual Studio Code is a free, open source AI code editor. Build with AI agents that plan, code, and debug for you. Manage multi-agent workflows across environments on Linux, macOS, and Windows.
Context is all you need: Better AI results with custom instructions
Mar 26, 2025 · You can then create another prompt file called generate-interface.prompt.md that contains the instructions to generate the interface. Prompt files can reference each other, so you can …
Documentation for Visual Studio Code
Customize AI for your project Configure custom instructions, prompt files, and MCP servers to tailor AI to your workflow.
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, …
May 2024 (version 1.90) - Visual Studio Code
@vscode/prompt-tsx library To aid with developing GitHub Copilot extensions for VS Code, we've developed and published a TSX-based library for declaring complex prompts and converting them to …