This repository contains presentation materials for an introduction to GitHub Copilot in Visual Studio. The presentation covers:
- Prerequisites for using GitHub Copilot
- Code completion features
- Inline Chat and Chat Window functionality
- Slash commands for quick tasks (/doc, /explain, /fix, etc.)
- Context scoping with references (#FileName, #MethodName)
- Image attachment capabilities
- Available AI models and their strengths
- Custom instructions using .github/copilot-instructions.md
- Thread organization tips
- Best practices for effective Copilot usage
install reveal-md npm install -g reveal-md
run with reveal-md slides.md