Add rename suggestions to Copilot overview

This commit is contained in:
Nick Trogh 2024-06-05 17:15:24 +02:00
Родитель 07a935c896
Коммит 7ebca3af74
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebdd179f51e2d8a645f3f7d69ddef445ca12f0906913c324fbca602943604e96
size 306338

Просмотреть файл

@ -130,6 +130,10 @@ GitHub Copilot can provide coding assistance in a variety of scenarios:
![Screenshot showing that you can ask complex questions like "list the top 5 largest files in the src dir"](images/overview/terminal-chat-2.png)
* **AI-generated rename suggestions** for symbols in your source code. When you rename a symbol in your code, Copilot suggests a new name based on the context of the symbol and the codebase.
![Inline chat suggesting a new name for a symbol in a Python file](images/overview/copilot-inline-chat-rename-suggestion.png)
## Additional resources
You can read more about Copilot and how to use it in VS Code in the [GitHub Copilot documentation](https://docs.github.com/copilot/getting-started-with-github-copilot?tool=vscode).