From 296eb2f7918c7e28da266c219f340868d5fa43d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:08:29 +0000 Subject: [PATCH 1/2] Initial plan From 124953c897138fd213f46fbe234dab141cd3732f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:12:44 +0000 Subject: [PATCH 2/2] Add URL Context feature documentation to Copilot course Co-authored-by: char23-web <192555436+char23-web@users.noreply.github.com> --- .github/steps/1-copilot-extension.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/steps/1-copilot-extension.md b/.github/steps/1-copilot-extension.md index 95a3b25..30ff70d 100644 --- a/.github/steps/1-copilot-extension.md +++ b/.github/steps/1-copilot-extension.md @@ -10,7 +10,7 @@ _Welcome to "Develop With AI Powered Code Suggestions Using GitHub Copilot and VS Code"! :wave:_ -GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code to suggest individual lines and whole functions instantly. GitHub Copilot is powered by OpenAI Codex, a generative pretrained language model created by OpenAI. +GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code to suggest individual lines and whole functions instantly. Additionally, Copilot can use URL context to incorporate information from web pages and documentation into its suggestions. GitHub Copilot is powered by OpenAI Codex, a generative pretrained language model created by OpenAI. **Copilot works with many code editors including VS Code, Visual Studio, JetBrains IDE, and Neovim.** diff --git a/README.md b/README.md index 97b379c..c91e744 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ _GitHub Copilot can help you code by offering autocomplete-style suggestions rig _Welcome to "Develop With AI Powered Code Suggestions Using GitHub Copilot and VS Code"! :wave:_ -GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code to suggest individual lines and whole functions instantly. GitHub Copilot is powered by OpenAI Codex, a generative pretrained language model created by OpenAI. +GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code to suggest individual lines and whole functions instantly. Additionally, Copilot can use URL context to incorporate information from web pages and documentation into its suggestions. GitHub Copilot is powered by OpenAI Codex, a generative pretrained language model created by OpenAI. **Copilot works with many code editors including VS Code, Visual Studio, JetBrains IDE, and Neovim.**