Skip to content

docs: use keyboard commands for inline chat #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/steps/1-preparing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Great work! Now that we are familiar with the app and we know it works, let's as

> **Note:** This will avoid stopping the existing debug session that is hosting our web application service.

1. Within the new terminal window, `right click` and select `Copilot` then `Terminal Inline Chat`. Alternately, you can use the keyboard shortcut `Ctrl + I` (windows) or `Cmd + I` (mac).
1. Within the new terminal window use the keyboard shortcut `Ctrl + I` (windows) or `Cmd + I` (mac) to bring up **Copilot's Terminal Inline Chat**.

1. Let's ask Copilot to help us remember a command we have forgotten: creating a branch and publishing it

Expand Down
4 changes: 2 additions & 2 deletions .github/steps/2-first-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ In new project developments, it's often helpful to have some realistic looking f

1. Near the top (about line 23), find the `activities` variable, where our example extracurricular activies are configured.

1. Open Copilot inline chat by right-clicking on any of the related lines and selecting **Copilot** and **Editor Inline Chat**.
1. Click on any of the related lines and bring up Copilot inline chat by using the keyboard command `Ctrl + I` (windows) or `Cmd + I` (mac).

> **Tip:** You can also use the keyboard command `Ctrl + I` (windows) or `Cmd + I` (mac).
> **Tip:** Another way to bring up Copilot inline chat is: `right click` on any of the selected lines -> `Copilot` -> `Editor Inline Chat`.

1. Enter the following prompt text and press enter or the **Send and Dispatch** button.

Expand Down