问题标签 [github-copilot]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
13 回答
14316 浏览

github - GitHub Copilot 命令不起作用并显示错误

我安装 GitHub Copilot 只是为了测试。但是,这些命令都不起作用。

例如,如果我尝试 CTRL + Enter,则会收到以下错误消息:

找不到命令“github.copilot.generate”

我正在尝试使用 JS 文件。

我安装了最新的 Visual Studio Code 和 Copilot。

0 投票
1 回答
140 浏览

visual-studio-code - github copilot 用于突出显示文本的元素的名称是什么?

我想做一个类似于 github copilot 使用的控件。我的意思是强调建议的文本。实时共享扩展使用非常相似的方法。这个控件的名称是什么?

实时预览扩展中的控制:

实时预览扩展中的控制

副驾驶扩展中的控制:

副驾驶扩展中的控制

我猜它可能是 TextEditorDecorationType?但是,我不知道如何设置它的样式,以便作者绝对定位:/

0 投票
2 回答
3348 浏览

visual-studio - 有没有办法在 Visual Studio 2019(不是 Visual Studio Code)中安装 GitHub Copilot?

我正在寻找市场,但它似乎只适用于 vscode?

https://marketplace.visualstudio.com/items?itemName=GitHub.copilot

0 投票
1 回答
306 浏览

json - VSCode没有添加正确设置的右括号

我的 vscode 编辑器设置为自动添加右括号/括号,但不添加它们。这是一个最近才开始的新问题。有没有其他人在全局 vscode 设置中遇到过这个问题?

0 投票
1 回答
1428 浏览

visual-studio - GitHub command 'github.copilot.generate' not found

I have installed GitHub Copilot I have got an access to use it too but when I try CTRL + Enter I get this error message:

I tried uninstalling and reinstalling, still no change.

Edit: I discovered that github copilot actually works in my laptop, but not in my desktop even though they are signed in the same account that has access to use the extension. I tried completely deleting vs code from laptop but it didn't help too.

0 投票
2 回答
559 浏览

github - Github Copilot 停止工作,解析 extraData 时出错:服务不可用

直到最近(可能是 2021 年 9 月上旬),我一直在使用github copilot,突然注意到 copilot 停止显示建议。

我检查了 VSCode 中的日志,每次都显示类似的输出

我试图搜索这个问题(谷歌、StackOverflow、GitHub 问题等),不幸的是仍然没有答案。想知道是否有人遇到过类似的问题并且可能已经找到了解决方案?谢谢。

0 投票
1 回答
59 浏览

debugging - Github Copilot:扩展主机意外终止 VS 代码

Github Copilot v1.5.3295 VSCode 版本:1.61.2 Arm64 Apple M1 芯片

在此处输入图像描述

0 投票
0 回答
42 浏览

github - Hot to make copilot 使用单引号

如何让 Github copilot 使用单引号而不是双引号?我检查了VSCode设置并找不到它

0 投票
2 回答
844 浏览

raspberry-pi - 在 Raspberry Os (Debian) 中安装 Neovim 0.6 Prerelease

我正在尝试在我的树莓派中测试copilot.vim 。

我安装了所有,但是当我尝试使用时:Copilot 出现下一条消息:

Copilot:Neovim 0.6 prerelease 需要支持幽灵文本

我正在搜索,但 Neovim 发布的最后一个 beta 版本是 0.5.1

0 投票
1 回答
54 浏览

github - 为什么 .md 文件中没有自动填充 github copilot 自动建议?

我正在尝试在 .md 文件中创建 github README,我可以看到 github 操作建议,但是当我尝试按选项卡自动填充时,它不起作用。具有 .js 扩展名的工作文件也是如此

我不想通过按 CTRL+ 输入并粘贴建议来复制过去