如何仅接受 PyCharm GitHub copilot 建议中的下一个单词

Cor*_*ram 10 python autocomplete pycharm github-copilot

我希望能够只接受 github Copilot 建议的下一个单词,而不是完整的建议。这可以通过 VS Code 实现,如此处所述。PyCharm 中也有办法做到这一点吗?

Cor*_*ram 0

此功能已通过 GitHub Copilot 扩展的最新更新添加。现在可以点击Ctrl + Right仅接受下一个单词,并且在多行建议中也Ctrl + Alt + Right可以仅接受下一行。