|
| 1 | +# Lab review |
| 2 | + |
| 3 | +Over the course of the lab you explored the core functionality of GitHub Copilot. You saw how to use code completion to get inline suggestions, chat participants to explore your project, Copilot instructions to add context, and Copilot Agent to make updates autonomously. You also worked with SQL Server using the GitHub Copilot for MSSQL extension to query databases using natural language, and explored how Copilot can interact with Azure resources and help you create infrastructure as code. |
| 4 | + |
| 5 | +But there is a lot more in GitHub Copilot (just to name a few): |
| 6 | + |
| 7 | +- [MCP Servers support][MCP-server] |
| 8 | +- [Extend Copilot][Extensibility-VS-Code] |
| 9 | +- [Test with AI][test-with-ai] |
| 10 | +- [Debug with AI][debug-with-ai] |
| 11 | +- Copilot features available in GitHub |
| 12 | + - [Copilot coding agent][gh-coding-agent] |
| 13 | + - [GitHub Copilot code review][code-review] |
| 14 | + - [Extensions][copilot-extensions] |
| 15 | + - [Answers about issues, PRs, discussions, files, commits, etc][asking-github-copilot-questions] |
| 16 | + |
| 17 | +There is no one right way to use GitHub Copilot. Continue to explore and try different prompts to discover what works best for your workflow and how GitHub Copilot can aid your productivity. |
| 18 | + |
| 19 | +[copilot-edits]: https://code.visualstudio.com/docs/copilot/copilot-edits |
| 20 | +[MCP-server]: https://code.visualstudio.com/docs/copilot/chat/mcp-servers |
| 21 | +[Extensibility-VS-Code]: https://code.visualstudio.com/docs/copilot/copilot-extensibility-overview |
| 22 | +[code-review]: https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review?tool=webui |
| 23 | +[copilot-extensions]: https://github.com/features/copilot/extensions |
| 24 | +[asking-github-copilot-questions]: https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-github |
| 25 | +[test-with-ai]: https://code.visualstudio.com/docs/copilot/guides/test-with-copilot |
| 26 | +[debug-with-ai]: https://code.visualstudio.com/docs/copilot/guides/debug-with-copilot |
| 27 | +[gh-coding-agent]: https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-coding-agent |
0 commit comments