小编Sam*_*man的帖子

VSCode 仅显示一行 Github Copilot 建议

我已经激活了 github copilot 并且它工作正常,但是在输入时只显示一行建议。经过我的所有尝试,它仍然显示一行建议。但我想看到多行建议。

一行建议

甚至“所有解决方案”选项卡也显示一行完整的解决方案。

在此输入图像描述

这是我的用户settings.json

{
    "editor.formatOnSave": true,
    "prettier.singleQuote": true,
    "prettier.tabWidth": 4,
    "prettier.useTabs": true,
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "diffEditor.codeLens": true,
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "files.exclude": {
        "**/.DS_Store": false,
        "**/.hg": false,
        "**/.svn": false,
        "**/CVS": false,
        "node_modules": true
    },
    "thunder-client.codeSnippetLanguage": "js-axios",
    "editor.fontSize": 13,
    "aws.profile": "profile:kahramanlar",
    "editor.accessibilitySupport": "off",
    "window.zoomLevel": -1,
    "github.copilot.inlineSuggest.enable": true,
    "editor.inlineSuggest.enabled": true,
}
Run Code Online (Sandbox Code Playgroud)

visual-studio-code github-copilot

17
推荐指数
1
解决办法
8257
查看次数

标签 统计

github-copilot ×1

visual-studio-code ×1