1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove chat participants for JetBrains IDEs from cheat sheet (#58371)

This commit is contained in:
Vanessa
2025-11-06 23:37:52 +10:00
committed by GitHub
parent 899413f3ae
commit dbec8e4472
2 changed files with 1 additions and 18 deletions

View File

@@ -375,12 +375,6 @@ You can ask {% data variables.copilot.copilot_chat_short %} to give you code sug
You can use special keywords to help {% data variables.product.prodname_copilot_short %} understand your prompt.
### Chat participants
Chat participants are like domain experts who have a specialty that they can help you with. You can use a chat participant to scope your prompt to a specific domain. To do this, type `@` in the chat prompt box, followed by a chat participant name.
For a list of available chat participants, type `@` in the chat prompt box. See also [AUTOTITLE](/copilot/using-github-copilot/github-copilot-chat-cheat-sheet?tool=jetbrains#chat-participants-1).
### Extending {% data variables.copilot.copilot_chat_short %}
{% data reusables.copilot.copilot-extensions.extending-copilot-chat %}

View File

@@ -178,17 +178,6 @@ Available slash commands may vary, depending on your environment and the context
| `/help` | Quick reference and basics of using {% data variables.product.prodname_copilot %}. |
| `/tests` | Generate unit tests for the selected code. |
## Chat participants
Chat participants are like domain experts who have a specialty that they can help you with. You can specify a chat participant by typing `@` in the chat prompt box, followed by a chat participant name. To see all available chat participants, type `@` in the chat prompt box.
Commonly used chat participants include:
| Variable | Description |
|--------------|----------------------------------------------------------------------------------------------|
| `@github` | Allows you to use {% data variables.product.github %}-specific {% data variables.product.prodname_copilot_short %} skills. See [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide#using-github-skills-for-copilot-1). |
| `@project` | Has context about the code in your project. Use `@project` when you want {% data variables.product.prodname_copilot_short %} to consider all of the files in your project when it answers your question. |
{% endjetbrains %}
{% xcode %}