问题标签 [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.
github - GitHub Copilot 命令不起作用并显示错误
我安装 GitHub Copilot 只是为了测试。但是,这些命令都不起作用。
例如,如果我尝试 CTRL + Enter,则会收到以下错误消息:
找不到命令“github.copilot.generate”
我正在尝试使用 JS 文件。
我安装了最新的 Visual Studio Code 和 Copilot。
visual-studio-code - github copilot 用于突出显示文本的元素的名称是什么?
我想做一个类似于 github copilot 使用的控件。我的意思是强调建议的文本。实时共享扩展使用非常相似的方法。这个控件的名称是什么?
实时预览扩展中的控制:
副驾驶扩展中的控制:
我猜它可能是 TextEditorDecorationType?但是,我不知道如何设置它的样式,以便作者绝对定位:/
json - VSCode没有添加正确设置的右括号
我的 vscode 编辑器设置为自动添加右括号/括号,但不添加它们。这是一个最近才开始的新问题。有没有其他人在全局 vscode 设置中遇到过这个问题?
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.
github - Github Copilot 停止工作,解析 extraData 时出错:服务不可用
直到最近(可能是 2021 年 9 月上旬),我一直在使用github copilot,突然注意到 copilot 停止显示建议。
我检查了 VSCode 中的日志,每次都显示类似的输出
我试图搜索这个问题(谷歌、StackOverflow、GitHub 问题等),不幸的是仍然没有答案。想知道是否有人遇到过类似的问题并且可能已经找到了解决方案?谢谢。
github - Hot to make copilot 使用单引号
如何让 Github copilot 使用单引号而不是双引号?我检查了VSCode设置并找不到它
raspberry-pi - 在 Raspberry Os (Debian) 中安装 Neovim 0.6 Prerelease
我正在尝试在我的树莓派中测试copilot.vim 。
我安装了所有,但是当我尝试使用时:Copilot 出现下一条消息:
Copilot:Neovim 0.6 prerelease 需要支持幽灵文本
我正在搜索,但 Neovim 发布的最后一个 beta 版本是 0.5.1
github - 为什么 .md 文件中没有自动填充 github copilot 自动建议?
我正在尝试在 .md 文件中创建 github README,我可以看到 github 操作建议,但是当我尝试按选项卡自动填充时,它不起作用。具有 .js 扩展名的工作文件也是如此
我不想通过按 CTRL+ 输入并粘贴建议来复制过去