상단

VSCode


 

Copilot 설치

  • GitHub Copilot Extention

  • GitHub Copilot Chat Extention

  • Copilot CLI 설치

    • GitHub CLI 설치

      • winget install --id GitHub.cli

      • winget upgrade --id GitHub.cli

      • brew install gh

      • brew upgrade gh

    • gh-copilot extention 설치

      • gh auth login

      • gh extention install github/gh-copilot

 

Copilot 사용법

  • 명령어

    • /

      • /fix

      • /tests

      • /explain

      • /help

      • /doc

      • /new

      • /newNotebook

      • /api

    • # : Attatch context

      • #selection

      • #editor

      • #file

      • #terminalSelection

    • @ : Chat

      • @terminal

      • @vscode

      • @workspace

    • /

  • Chat View

    • Alt_Ctrl_I

    • ^_⌘_I

  • Inline Chat

    • Ctrl_I

    • ⌘_I

  • Quick Chat

    • Ctrl_Shift_I

    • ⇧_⌘_I

 

Copilot CLI 사용법

gh  copilot  suggest
gh  copilot  explain

 

최종 수정일: 2024-12-26 21:39:57

이전글 :
다음글 :