Skip to content

Commit 040a88e

Browse files
Fix: right-click menu option is 'Chat' not 'Ask Copilot'
The context menu item was renamed. 'Ask Copilot' is now the text box label inside the inline chat panel, not the menu option itself. Also adds a tip about promoting inline chat to the Chat panel via Copilot Actions > Add to Chat. Co-authored-by: Copilot <[email protected]>
1 parent 02934c6 commit 040a88e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

hub/apps/how-tos/github-copilot-winui-vs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ To reference a specific file in Chat, type `#` and select the file from the pick
5555
5656
### Ask Copilot for inline suggestions
5757

58-
Right-click in the code editor and select `Ask Copilot`. A prompt window will open where you can chat inline with Copilot to get a list of suggestions based on the current cursor position and your prompt:
58+
Right-click in the code editor and select **Chat** to open an inline chat window at your cursor position. Type your question and press **Enter**:
5959

60-
:::image type="content" source="images/github-copilot-winui-vs/2-generate-multiple-suggestions.png" alt-text="Screenshot that shows the inline prompting capabilities of GitHub Copilot.":::
60+
:::image type="content" source="images/github-copilot-winui-vs/2-generate-multiple-suggestions.png" alt-text="Screenshot that shows the inline chat capabilities of GitHub Copilot.":::
61+
62+
> [!TIP]
63+
> You can promote an inline chat thread to the full Chat panel at any time by selecting **Copilot Actions** > **Add to Chat**. This preserves the conversation context so you can continue in the panel.
6164
6265
### Prompt Copilot with plain-language comments
6366

0 commit comments

Comments
 (0)