From the course: AI-Powered Development: GitHub Copilot in Visual Studio Code
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Write pull request descriptions
From the course: AI-Powered Development: GitHub Copilot in Visual Studio Code
Write pull request descriptions
We can also use Copilot to help with pull requests. It plays two main roles here, drafting the pull request title and description, and reviewing changes before you submit the pull request. To use these features, you need to have this extension installed, the GitHub pull request extension. And once that's installed, you can go to this icon on your activity bar, and at the top you'll see it says GitHub, and then you'll see there's pull request section, And at the bottom is the Issues section. As you can see, I have one open pull request at the moment. I'm going to add a second pull request for this branch. So what I'll do is click here. And then I'm on this branch, feature commit with Copilot, and I want to pull it into this commit with Copilot branch. So I've selected the base branch here. And then let's take a look at the bottom. The challenge is that pull requests often include multiple commits spread out over days. So I have four commits that have affected four files. Manually…
Download courses and learn on the go
Watch courses on your mobile device without an internet connection. Download courses using your iOS or Android LinkedIn Learning app.
Contents
-
-
(Locked)
Completions, chat, and agent modes8m 3s
-
(Locked)
Code competion: JavaScript2m 59s
-
(Locked)
Making sense of nondeterministic predictions1m 38s
-
(Locked)
Code completion: Python1m 46s
-
(Locked)
HTML and CSS completion1m 40s
-
(Locked)
More inline suggestions features3m 6s
-
(Locked)
Use comments to guide completion2m 32s
-
(Locked)
-
-
(Locked)
Use chat to ask code specific questions2m 48s
-
(Locked)
Use chat to explore a project4m 18s
-
(Locked)
Explore the Word Frequency Analyzer page1m 30s
-
(Locked)
Explain a section of code5m 53s
-
(Locked)
Guidance on potential issues2m 26s
-
(Locked)
Get refactoring suggestions2m 57s
-
(Locked)
Have Copilot draft an editing prompt3m 8s
-
(Locked)
Review the hidden reasoning workflow2m 34s
-
(Locked)
Inline chat: Exploring the code editor2m 34s
-
(Locked)
-
-
(Locked)
Create new chats3m
-
(Locked)
Chat panel vs. agent sessions3m 3s
-
(Locked)
Manage chat threads and history1m 57s
-
(Locked)
Rename a chat thread55s
-
(Locked)
Save a chat thread2m 54s
-
(Locked)
Delete a chat thread1m 56s
-
(Locked)
Customize chat settings2m 15s
-
(Locked)
Use voice and audio1m 47s
-
(Locked)
-
-
(Locked)
Prompt engineering for the agent4m 11s
-
(Locked)
Start an agent-assisted refactor2m 55s
-
(Locked)
Add blocked words to the UI2m 17s
-
(Locked)
Add additional files2m 34s
-
(Locked)
Clean up invalid charactors57s
-
(Locked)
Modernize the UI layer3m 29s
-
(Locked)
Refactor review: Outcomes and impact1m 53s
-
(Locked)
-
-
(Locked)
Prototype a Greenfield project7m 26s
-
(Locked)
Tour the graphic generation site1m 53s
-
(Locked)
Import a saved chat conversation3m 22s
-
(Locked)
How to prompt a graphic generation site4m 20s
-
(Locked)
Examine the generated code and UI5m 2s
-
(Locked)
Tour the Pedal and Pines site8m 13s
-
(Locked)
Review refactored site sections4m 36s
-
(Locked)
Review updated code and UI4m 52s
-
(Locked)
Prototype setbacks and frustrations1m 44s
-
(Locked)
Postmortems and prompt refinement2m 6s
-
(Locked)
-
-
(Locked)
Understand cloud and background agents5m 12s
-
(Locked)
Plan mode in Copilot: Quick review2m 25s
-
(Locked)
Session panel2m 23s
-
(Locked)
Create a plan5m 15s
-
(Locked)
Save plan as markdown1m 42s
-
(Locked)
Run the plan on background agent1m 40s
-
(Locked)
Use terminal with background agent2m
-
(Locked)
The Git worktree2m
-
(Locked)
Review the changes1m
-
(Locked)
Merge the changes1m 28s
-
(Locked)
-
-
(Locked)
MCP overview6m 35s
-
(Locked)
Query a database with an MCP server4m 9s
-
(Locked)
Generate TypeScript DB access code1m 23s
-
(Locked)
Understand mcp.json setting2m 13s
-
(Locked)
Enable catalog browsing in the Extensions panel1m
-
(Locked)
Install other MCP servers with the Extension panel3m 12s
-
(Locked)
Find MCP servers on GitHub2m 53s
-
(Locked)