Add rename suggestions to Copilot overview
This commit is contained in:
Родитель
07a935c896
Коммит
7ebca3af74
|
@ -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).
|
||||
|
|
Загрузка…
Ссылка в новой задаче