A curated resource hub for GitHub Copilot in Visual Studio
This site is a curated resource hub for GitHub Copilot in Visual Studio. Rather than duplicating documentation, we focus on:
- Curated links to official Microsoft and GitHub sources
- Video library organized by Copilot enablement pillars
- Changelog tracking for what's new in Copilot
- Presentations for team training and demos
Track the latest updates for GitHub Copilot in Visual Studio:
- January 2026: Colorized completions, partial acceptance
- November 2025: VS 2026 GA, GitHub cloud agent preview
- August 2025: MCP generally available
- May 2025: Coding agent announcement
30+ curated videos from official sources (Microsoft Visual Studio, Visual Studio Code, GitHub), organized by pillar:
| Pillar | Description | Videos |
|---|---|---|
| 🚀 Getting Started | Introduction and setup | 5 |
| ⚡ Autocomplete | Code completions | 2 |
| 💬 Chat | Copilot Chat | 6 |
| 🤖 Agent Mode | Autonomous coding | 9 |
| 🔌 MCP | Model Context Protocol | 1 |
| 🔍 Code Review | AI-powered review | 3 |
| ⚙️ Advanced | NES, debugging, custom instructions | 9 |
Curated links to official documentation and learning materials:
- Official Documentation — Microsoft Learn, GitHub Docs
- Visual Studio Blog — Copilot announcements and tutorials
- GitHub Blog — Deep dives and tutorials
- Microsoft Learn Training — Official training modules
- Community & Support — Discussion forums and help
- Node.js 18+
- npm or pnpm
# Clone the repository
git clone https://github.com/htekdev/copilot-visual-studio-guide.git
cd copilot-visual-studio-guide
# Install dependencies
npm install
# Start the development server
npm run devThe site will be available at http://localhost:4321.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview production build locally |
src/
├── content/
│ └── videos/ # Video content by pillar
├── pages/
│ ├── index.astro # Homepage
│ ├── whats-new.astro # Changelog
│ ├── videos.astro # Video library
│ ├── resources.astro # Resources hub
│ └── presentations.astro
├── components/
│ └── Sidebar.astro # Navigation
└── layouts/
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-addition) - Commit your changes (
git commit -m 'Add amazing feature') - Push to your branch (
git push origin feature/amazing-addition) - Open a Pull Request
- 🎥 Suggest new videos from official sources
- 📋 Update changelog with new releases
- 🔗 Add new official resource links
- 🐛 Report issues or bugs
- GitHub Copilot What's New
- GitHub Changelog (Copilot)
- Visual Studio Blog
- GitHub Copilot Docs
- Microsoft Learn
This project is licensed under the MIT License — see the LICENSE file for details.
Built with ❤️ by @htekdev
If you find this guide helpful, consider giving it a ⭐!