是否有命令或键盘快捷键可以在终端中请求 Copilot 建议的提交消息?

问题描述 投票:0回答:1

我在终端中看到了 sparkle 图标,用于添加建议,但这需要 两次鼠标单击,然后将其粘贴到终端行中

git commit -m "[Copilot suggestion here...]

有没有办法通过键盘快捷键或命令来激活它? 例如。如果您通过类似

git add -p
之类的方式暂存文件,您已经在使用键盘而不是鼠标,因此如果有一个键盘快捷键用于在所有文件暂存后请求提交消息建议,那将会很有帮助。

git visual-studio-code keyboard-shortcuts github-copilot
1个回答
0
投票

简单又容易,如果你使用

Terminal in VSCode
,你可以使用
Ctrl+I
来建议,确保你的光标在终端。

enter image description here

enter image description here

我正在使用以下版本,如果您没有看到任何内容,请更新到相应的版本。

 - Version: 1.245.1217
 - Build: nightly
 - Editor: vscode/1.95.3

请注意,Windows Terminal 尚不支持这样的键盘触发。

© www.soinside.com 2019 - 2024. All rights reserved.