Getting code suggestions in your IDE with GitHub Copilot - GitHub Docs
Asking GitHub Copilot questions in your IDE - GitHub Docs
Github Copilot代码补全操作
-
pycharm中输入代码后,自动出现灰色补全代码,按Tab键接受补全代码
-
在代码中输入注释自己的需求,copilot会给出建议符合自己需求的代码,按Tab键接受代码
-
按Esc键拒绝建议
-
右键点击灰色的建议,出现一些选项
-
Alt+] 显示下一个建议,Alt+[ 显示上一个建议(显示其他的代码建议)
-
Copilot: Open Completions 打开代码补全选项卡,显示了很多补全
-
Github Copilot Chat操作
-
在Pycharm 右边点击Github Copilot Chat 图标,进行聊天,选择参考文件
-
使用斜杠命令
-
/tests
: Generate unit tests for the selected code -
/fix
: Propose a fix for problems in the selected code -
/explain
: Explain the selected code -
/help
: Learn more about using Copilot Chat -
右键点击文件,选择Github Copilot,然后进行聊天