Skip to content

Commit 64aaa5b

Browse files
committed
minor blog post polish
1 parent 3e989e1 commit 64aaa5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blogs/2024/11/12/introducing-copilot-edits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Author: Isidor Nikolic
1111

1212
November 7th, 2024 by [Isidor Nikolic](https://x.com/isidorn)
1313

14-
Until recently, you could use GitHub Copilot in VS Code in two separate ways. You could modify code inside the editor using completions or Inline Chat. Or you could use Copilot to respond to queries in the Chat view. Copilot Edits, a preview feature, is a brand new way of using Copilot in VS Code. It combines the best of Chat and Inline Chat: the conversational flow and the ability to make inline changes across of set of files that you manage. And it just works.
14+
Until recently, you could use GitHub Copilot in VS Code in two separate ways. You could modify code inside the editor using completions or Inline Chat. Or you could use Copilot ask questions about your code in the Chat view. Copilot Edits, a preview feature, is a brand new way of using Copilot in VS Code. It combines the best of Chat and Inline Chat: the conversational flow and the ability to make inline changes across of set of files that you manage. And it just works.
1515

1616
<video src="blog-video-demo.mp4" title="Copilot Edits video" autoplay muted controls></video>
1717

1818
## Designed for iteration across multiple files
1919

20-
Copilot Edits allows you to get to the changes you need in your workspace, across multiple files, using a UI designed for fast iteration. You can specify a set of files to be edited, and then use natural language to simply ask Copilot what you need. You stay in the flow of your code while reviewing the suggested changes, accepting what works, and iterating with follow-up asks.
20+
In Copilot Edits you specify a set of files to be edited, and then use natural language to ask Copilot what you need. Copilot Edits makes inline changes in your workspace, across multiple files, using an UI designed for fast iteration. You stay in the flow of your code while reviewing the suggested changes, accepting what works, and iterating with follow-up asks.
2121

2222
![Screenshot of the Copilot edits, and the proposed inline changes](copilot-edits.png)
2323

0 commit comments

Comments
 (0)