Skip to content

VSCode copilot

Copilot tips setting and resource

Control completion

1
2
3
4
5
6
"github.copilot.enable": {
        "*": true,
        "plaintext": false,
        "markdown": false,
        "scminput": false
    }

Participants

@workspace: ask about files in your workspace

Slash

highlight the code

/doc

/fix

/test

GitHub Copilot's @Workspace - Deep Dive


copilot