How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

huangapple go评论52阅读模式
英文:

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

问题

我在使用VS Code与Copilot和Copilot Chat时遇到了问题。

当我编写一个函数时,我想查看对象的属性,使用"智能感知自动完成下拉列表":

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

当我使用Copilot时,默认情况下,它首先会建议"智能感知自动完成下拉列表"。像这样:

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

当我现在按下<kbd>Ctrl</kbd>+<kbd>i</kbd>时,它会隐藏Copilot的建议和"智能感知自动完成下拉列表"。这正是我想要的。但由于Copilot Chat也存在,它现在会显示Copilot Chat的内容:

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

如何显示或强制显示"智能感知自动完成下拉列表"?

英文:

I have a problem using VS Code with Copilot and Copilot Chat.

When I write a function I would like to view the properties of an object with the "intellisense autocomplete dropdown":

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

When I'm using Copilot, by default, it will first suggest the "intellisense autocomplete dropdown". Like this:

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

When I now press <kbd>Ctrl</kbd>+<kbd>i</kbd> it will hide the copilot suggestion and "intellisense autocomplete dropdown". This is what I want. But since Copilot Chat is a thing, it will now show the Copilot Chat thing:

How can I show the IntelliSense autocomplete dropdown when using GitHub Copilot in VS Code?

How can I show or force show the "intellisense autocomplete dropdown"?

答案1

得分: 1

你可以在命令面板中使用Trigger Suggest命令,或者使用与该命令绑定的键盘快捷键。你也可以根据自己的喜好重新绑定键盘快捷键(命令ID是editor.action.triggerSuggest)。

英文:

You can use the Trigger Suggest command in the command palette, or whatever keyboard shortcut is bound to that command. You can rebind the keyboard shortcut to your liking too (the command ID is editor.action.triggerSuggest).

huangapple
  • 本文由 发表于 2023年7月23日 23:22:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/76749013.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定