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

Change "code completion" to "inline suggestions" throughout the docs (#57919)

Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Brigit Murtaugh
2025-11-12 12:26:41 -08:00
committed by GitHub
parent ac8c79c9cc
commit cd2b59ce80
45 changed files with 182 additions and 174 deletions

View File

@@ -26,7 +26,7 @@ The use of AI tools is increasingly becoming a standard part of a software devel
* **{% data variables.copilot.copilot_chat_short %}** can help you brainstorm and identify the best technologies for your project.
* **{% data variables.copilot.copilot_chat_short %}** can create issues to help track your ideas.
* **Code creation**:
* **{% data variables.product.prodname_copilot_short %} code completion** helps add code as you type.
* **{% data variables.product.prodname_copilot_short %} inline suggestions** help add code as you type.
* **{% data variables.copilot.next_edit_suggestions_caps %}** ({% data variables.release-phases.public_preview %}) predicts the next edit you are likely to make and suggests a completion for it.
* **{% data variables.copilot.copilot_chat_short %}** can answer questions and offer suggestions in a conversational environment.
* You can assign **{% data variables.copilot.copilot_coding_agent %}** to an open issue and it will automatically raise a pull request to address the necessary changes.