Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.

Configuring GitHub Copilot in your environment

You can enable, configure, or disable GitHub Copilot in a supported IDE.

GitHub Copilot은(는) GitHub Copilot for Individuals을(를) 사용하는 개인 계정 또는 GitHub Copilot for Business을(를) 사용하여 조직 계정을 통해 관리할 수 있습니다.

GitHub Copilot은(는) 인기 있는 오픈 소스 프로젝트의 확인된 학생, 교사 및 유지 관리자에게 무료로 사용할 수 있습니다. 인기 있는 오픈 소스 프로젝트의 학생, 교사 또는 유지 관리자가 아닌 경우 일회성 60일 평가판으로 GitHub Copilot을(를) 무료로 사용해 볼 수 있습니다. 평가판이 끝나면 계속 사용하려면 유료 구독이 필요합니다. 자세한 내용은 "AUTOTITLE"을 참조하세요.

About GitHub Copilot in JetBrains IDEs

If you use a JetBrains IDE, GitHub Copilot can autocomplete code as you type. After installation, you can enable or disable GitHub Copilot, and you can configure advanced settings within your IDE or on GitHub.com. This article describes how to configure GitHub Copilot in the IntelliJ IDE, but the user interfaces of other JetBrains IDEs may differ.

GitHub.com에서 GitHub Copilot 설정 구성

활성 GitHub Copilot 평가판 또는 구독이 있으면 GitHub Copilot 설정의 GitHub에서 개인 계정에 대한 GitHub Copilot 설정을 조정할 수 있습니다. 설정은 GitHub Copilot을 사용하는 모든 위치에 적용됩니다. GitHub Copilot에서 제공하는 제안 및 GitHub에서 원격 분석 데이터를 사용하는 방법을 구성할 수 있습니다.

중복 검색 사용 또는 사용 안 함

참고: 조직을 통해 GitHub Copilot 좌석이 할당된 GitHub Enterprise Cloud에 있는 조직의 구성원인 경우 개인 계정 설정에서 중복 검색을 구성할 수 없습니다. 중복 검색 설정은 조직 또는 엔터프라이즈에서 상속됩니다.

GitHub Copilot에는 GitHub에서 퍼블릭 코드와 일치하는 코드 제안을 검색하는 필터가 포함되어 있습니다. 필터를 사용하거나 사용하지 않도록 선택할 수 있습니다. 필터를 사용하도록 설정하면 GitHub Copilot은 GitHub의 퍼블릭 코드에 대해 약 150자의 주변 코드로 코드 제안을 확인합니다. 일치하거나 거의 일치하는 경우 제안이 표시되지 않습니다.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. 공용 코드와 일치하는 제안에서 드롭다운 메뉴를 선택한 다음, 공용 코드와 일치하는 제안을 허용하려면 허용을 클릭하고 공용 코드와 일치하는 제안을 차단하려면 차단을 클릭합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

원격 분석 사용 또는 사용 안 함

참고: Copilot for Business은(는) 원격 분석 또는 코드 조각 데이터를 유지하지 않습니다.

사용자 설정을 조정하여 코드 조각을 GitHub에서 수집 및 보존하고 Microsoft 및 OpenAI와 추가로 처리 및 공유할지 여부를 선택할 수 있습니다. GitHub Copilot이(가) 원격 분석 설정에 따라 수집할 수 있는 데이터에 대한 자세한 내용은 "GitHub 추가 제품 및 기능 약관" 및 GitHub Copilot 개인 정보 FAQ를 참조하세요.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. GitHub가 원격 분석 데이터를 사용하도록 허용하거나 금지하려면 GitHub가 제품 개선을 위해 내 코드 조각을 사용하도록 허용을 선택하거나 선택 취소합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

추가 참고 자료

Prerequisites

To configure GitHub Copilot in a JetBrains IDE, you must install the GitHub Copilot plugin. For more information, see "Getting started with GitHub Copilot."

Keyboard shortcuts for GitHub Copilot

You can use the default keyboard shortcuts for inline suggestions in your JetBrains IDE when using GitHub Copilot. Alternatively, you can rebind the shortcuts to your preferred keyboard shortcuts for each specific command. For more information on rebinding keyboard shortcuts in your JetBrains IDE, see the JetBrains documentation. For example, you can view the IntelliJ IDEA documentation.

Keyboard shortcuts for macOS

ActionShortcut
Accept an inline suggestionTab
Dismiss an inline suggestionEsc
Show next inline suggestionOption (⌥) or Alt+]
Show previous inline suggestionOption (⌥) or Alt+[
Trigger inline suggestionOption (⌥)+\
Open GitHub Copilot (additional suggestions in separate pane)Option (⌥) or Alt+Return

Keyboard shortcuts for Windows

ActionShortcut
Accept an inline suggestionTab
Dismiss an inline suggestionEsc
Show next inline suggestionAlt+]
Show previous inline suggestionAlt+[
Trigger inline suggestionAlt+\
Open GitHub Copilot (additional suggestions in separate pane)Alt+Enter

Keyboard shortcuts for Linux

ActionShortcut
Accept an inline suggestionTab
Dismiss an inline suggestionEsc
Show next inline suggestionAlt+]
Show previous inline suggestionAlt+[
Trigger inline suggestionAlt+\
Open GitHub Copilot (additional suggestions in separate pane)Alt+Enter

Enabling or disabling GitHub Copilot

You can enable or disable GitHub Copilot from within your JetBrains IDE. The GitHub Copilot status icon in the bottom panel of the JetBrains window indicates whether GitHub Copilot is enabled or disabled. When enabled, the icon is highlighted. When disabled, the icon is grayed out.

  1. To enable or disable GitHub Copilot, click the status icon in the bottom panel on the right of the JetBrains window.

    Screenshot of the bottom panel in a JetBrains IDE. The GitHub Copilot status icon is outlined in dark orange.

  2. If you are disabling GitHub Copilot, you will be asked whether you want to disable it globally, or for the language of the file you are currently editing. To disable globally, click Disable Completions. Alternatively, click the language-specific button to disable GitHub Copilot for the specified language.

    Screenshot of the menu to disable GitHub Copilot globally or for the current language in a JetBrains IDE

Configuring advanced settings for GitHub Copilot

You can manage advanced settings for GitHub Copilot in your JetBrains IDE, such as how your IDE displays code completions, and which languages you want to enable or disable for GitHub Copilot.

  1. In your JetBrains IDE, click the File menu, then click Settings.
  2. Under Languages & Frameworks, click GitHub Copilot.
  3. Edit the settings according to your personal preferences.
    • To adjust the behavior and appearance of code suggestions, and whether to automatically check for updates, select or deselect the corresponding checkboxes.
    • If you have selected to receive automatic updates, you can choose whether to receive stable, but less frequent updates, or nightly updates, which may be less stable. Click the Update channel dropdown and select Stable for stable updates, or Nightly for nightly updates.
    • Under "Disabled languages," use the checkboxes to select or deselect the languages you want to disable GitHub Copilot for.

Configuring proxy settings for GitHub Copilot

You can configure GitHub Copilot to connect through an HTTP proxy server in a JetBrains IDE. GitHub Copilot supports basic HTTP proxy setups, with or without basic authentication.

  1. In your JetBrains IDE, click the File menu, then click Settings.
  2. Under Appearance & Behavior, click System Settings and then click HTTP Proxy.
  3. Select Manual proxy configuration, and then select HTTP.
  4. In the "Host name" field, enter the hostname of your proxy server, and in the "Port number" field, enter the port number of your proxy server.
  5. Optionally, in the left sidebar, click Tools and then click Server Certificates. Then select or deselect Accept non-trusted certificates automatically, depending on whether you want to accept non-trusted certificates automatically.

GitHub.com에서 GitHub Copilot 설정 구성

활성 GitHub Copilot 평가판 또는 구독이 있으면 GitHub Copilot 설정의 GitHub에서 개인 계정에 대한 GitHub Copilot 설정을 조정할 수 있습니다. 설정은 GitHub Copilot을 사용하는 모든 위치에 적용됩니다. GitHub Copilot에서 제공하는 제안 및 GitHub에서 원격 분석 데이터를 사용하는 방법을 구성할 수 있습니다.

중복 검색 사용 또는 사용 안 함

참고: 조직을 통해 GitHub Copilot 좌석이 할당된 GitHub Enterprise Cloud에 있는 조직의 구성원인 경우 개인 계정 설정에서 중복 검색을 구성할 수 없습니다. 중복 검색 설정은 조직 또는 엔터프라이즈에서 상속됩니다.

GitHub Copilot에는 GitHub에서 퍼블릭 코드와 일치하는 코드 제안을 검색하는 필터가 포함되어 있습니다. 필터를 사용하거나 사용하지 않도록 선택할 수 있습니다. 필터를 사용하도록 설정하면 GitHub Copilot은 GitHub의 퍼블릭 코드에 대해 약 150자의 주변 코드로 코드 제안을 확인합니다. 일치하거나 거의 일치하는 경우 제안이 표시되지 않습니다.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. 공용 코드와 일치하는 제안에서 드롭다운 메뉴를 선택한 다음, 공용 코드와 일치하는 제안을 허용하려면 허용을 클릭하고 공용 코드와 일치하는 제안을 차단하려면 차단을 클릭합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

원격 분석 사용 또는 사용 안 함

참고: Copilot for Business은(는) 원격 분석 또는 코드 조각 데이터를 유지하지 않습니다.

사용자 설정을 조정하여 코드 조각을 GitHub에서 수집 및 보존하고 Microsoft 및 OpenAI와 추가로 처리 및 공유할지 여부를 선택할 수 있습니다. GitHub Copilot이(가) 원격 분석 설정에 따라 수집할 수 있는 데이터에 대한 자세한 내용은 "GitHub 추가 제품 및 기능 약관" 및 GitHub Copilot 개인 정보 FAQ를 참조하세요.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. GitHub가 원격 분석 데이터를 사용하도록 허용하거나 금지하려면 GitHub가 제품 개선을 위해 내 코드 조각을 사용하도록 허용을 선택하거나 선택 취소합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

추가 참고 자료

About GitHub Copilot in Visual Studio

If you use Visual Studio, GitHub Copilot can autocomplete code as you type. After installation, you can enable or disable GitHub Copilot, and you can configure advanced settings within Visual Studio or on GitHub.com.

Prerequisites

To configure GitHub Copilot in Visual Studio, you must install the GitHub Copilot plugin. For more information, see "Getting started with GitHub Copilot."

Keyboard shortcuts for GitHub Copilot

You can use the default keyboard shortcuts in Visual Studio when using GitHub Copilot. Alternatively, you can rebind the shortcuts in the Tools settings for Visual Studio using your preferred keyboard shortcuts for each specific command. You can search for each keyboard shortcut by its command name in the Keyboard Shortcuts editor.

ActionShortcutCommand name
Show next inline suggestionAlt+.Tools.Nextsuggestion
Show previous inline suggestionAlt+,Tools.Previoussuggestion
Trigger inline suggestionCtrl+Alt+\Edit.Copilot.TriggerInlineSuggestion

Rebinding keyboard shortcuts

If you don't want to use the default keyboard shortcuts in Visual Studio when using GitHub Copilot, you can rebind the shortcuts in the Keyboard editor using your preferred keyboard shortcuts for each specific command.

  1. In the Visual Studio toolbar, under Tools, click Options.

    Screenshot of the Options option in the Visual Studio toolbar

  2. In the "Options" dialog, under Environment, click Keyboard.

  3. Under "Show commands containing:", search for the command you want to rebind.

    Screenshot of the show commands containing search bar

  4. Under "Press shortcut keys," type the shortcut you want to assign to the command, then click Assign.

    Screenshot of the keyboard shortcut assignment

GitHub Copilot 사용 또는 사용 안 함

Visual Studio 창의 아래쪽 패널에 있는 GitHub Copilot 상태 아이콘은 GitHub Copilot이 사용하도록 설정되었는지 여부를 나타냅니다. 사용하도록 설정하면 아이콘의 배경색이 상태 표시줄의 색과 일치합니다. 사용하지 않도록 설정하면 통과하는 대각선이 표시됩니다.

  1. GitHub Copilot을 사용하거나 사용하지 않도록 설정하려면 Visual Studio 창의 아래쪽 패널에서 GitHub Copilot 아이콘을 클릭합니다.

    GitHub Copilot 아이콘이 강조 표시된 Visual Studio의 편집기 여백 스크린샷

  2. GitHub Copilot을 사용하지 않도록 설정하는 경우 전역적으로 또는 현재 편집 중인 파일의 언어에 대해 제안을 사용하지 않도록 설정할지 묻는 메시지가 표시됩니다.

    • GitHub Copilot에서 제안을 전역적으로 사용하지 않도록 설정하려면 전역적으로 사용을 클릭합니다.
    • 지정된 언어에 대한 GitHub Copilot의 제안을 사용하지 않으려면 언어에 대해 사용을 클릭합니다.

Configuring ReSharper for GitHub Copilot

If you use ReSharper, GitHub Copilot may work best when you configure ReSharper to use GitHub Copilot's native IntelliSense. For more information about ReSharper, see the ReSharper documentation

  1. In the Visual Studio toolbar, under Tools, click Options. Screenshot of the Options option in the Visual Studio toolbar
  2. In the "Options" dialog, under Environment, click IntelliSense and then click General.
  3. Under "General" select Visual Studio and then click Save.

GitHub.com에서 GitHub Copilot 설정 구성

활성 GitHub Copilot 평가판 또는 구독이 있으면 GitHub Copilot 설정의 GitHub에서 개인 계정에 대한 GitHub Copilot 설정을 조정할 수 있습니다. 설정은 GitHub Copilot을 사용하는 모든 위치에 적용됩니다. GitHub Copilot에서 제공하는 제안 및 GitHub에서 원격 분석 데이터를 사용하는 방법을 구성할 수 있습니다.

중복 검색 사용 또는 사용 안 함

참고: 조직을 통해 GitHub Copilot 좌석이 할당된 GitHub Enterprise Cloud에 있는 조직의 구성원인 경우 개인 계정 설정에서 중복 검색을 구성할 수 없습니다. 중복 검색 설정은 조직 또는 엔터프라이즈에서 상속됩니다.

GitHub Copilot에는 GitHub에서 퍼블릭 코드와 일치하는 코드 제안을 검색하는 필터가 포함되어 있습니다. 필터를 사용하거나 사용하지 않도록 선택할 수 있습니다. 필터를 사용하도록 설정하면 GitHub Copilot은 GitHub의 퍼블릭 코드에 대해 약 150자의 주변 코드로 코드 제안을 확인합니다. 일치하거나 거의 일치하는 경우 제안이 표시되지 않습니다.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. 공용 코드와 일치하는 제안에서 드롭다운 메뉴를 선택한 다음, 공용 코드와 일치하는 제안을 허용하려면 허용을 클릭하고 공용 코드와 일치하는 제안을 차단하려면 차단을 클릭합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

원격 분석 사용 또는 사용 안 함

참고: Copilot for Business은(는) 원격 분석 또는 코드 조각 데이터를 유지하지 않습니다.

사용자 설정을 조정하여 코드 조각을 GitHub에서 수집 및 보존하고 Microsoft 및 OpenAI와 추가로 처리 및 공유할지 여부를 선택할 수 있습니다. GitHub Copilot이(가) 원격 분석 설정에 따라 수집할 수 있는 데이터에 대한 자세한 내용은 "GitHub 추가 제품 및 기능 약관" 및 GitHub Copilot 개인 정보 FAQ를 참조하세요.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. GitHub가 원격 분석 데이터를 사용하도록 허용하거나 금지하려면 GitHub가 제품 개선을 위해 내 코드 조각을 사용하도록 허용을 선택하거나 선택 취소합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

추가 참고 자료

About GitHub Copilot in Visual Studio Code

If you use Visual Studio Code, GitHub Copilot can autocomplete code as you type. After installation, you can enable or disable GitHub Copilot, and you can configure advanced settings within Visual Studio Code or on GitHub.com.

Prerequisites

To configure GitHub Copilot in Visual Studio Code, you must install the GitHub Copilot plugin. For more information, see "Getting started with GitHub Copilot."

Keyboard shortcuts for GitHub Copilot

You can use the default keyboard shortcuts in Visual Studio Code when using GitHub Copilot. Alternatively, you can rebind the shortcuts in the Keyboard Shortcuts editor using your preferred keyboard shortcuts for each specific command. You can search for each keyboard shortcut by command name in the Keyboard Shortcuts editor.

Keyboard shortcuts for macOS

ActionShortcutCommand name
Accept an inline suggestionTabeditor.action.inlineSuggest.commit
Dismiss an inline suggestionEsceditor.action.inlineSuggest.hide
Show next inline suggestionOption (⌥)+]
editor.action.inlineSuggest.showNext
Show previous inline suggestionOption (⌥)+[
editor.action.inlineSuggest.showPrevious
Trigger inline suggestionOption (⌥)+\
editor.action.inlineSuggest.trigger
Open GitHub Copilot (additional suggestions in separate pane)Ctrl+Returngithub.copilot.generate
Toggle GitHub Copilot on/offNo default shortcutgithub.copilot.toggleCopilot

Keyboard shortcuts for Windows

ActionShortcutCommand name
Accept an inline suggestionTabeditor.action.inlineSuggest.commit
Dismiss an inline suggestionEsceditor.action.inlineSuggest.hide
Show next inline suggestionAlt+]editor.action.inlineSuggest.showNext
Show previous inline suggestionAlt+[editor.action.inlineSuggest.showPrevious
Trigger inline suggestionAlt+\editor.action.inlineSuggest.trigger
Open GitHub Copilot (additional suggestions in separate pane)Ctrl+Entergithub.copilot.generate
Toggle GitHub Copilot on/offNo default shortcutgithub.copilot.toggleCopilot

Keyboard shortcuts for Linux

ActionShortcutCommand name
Accept an inline suggestionTabeditor.action.inlineSuggest.commit
Dismiss an inline suggestionEsceditor.action.inlineSuggest.hide
Show next inline suggestionAlt+]editor.action.inlineSuggest.showNext
Show previous inline suggestionAlt+[editor.action.inlineSuggest.showPrevious
Trigger inline suggestionAlt+\editor.action.inlineSuggest.trigger
Open GitHub Copilot (additional suggestions in separate pane)Ctrl+Entergithub.copilot.generate
Toggle GitHub Copilot on/offNo default shortcutgithub.copilot.toggleCopilot

Rebinding keyboard shortcuts

If you don't want to use the default keyboard shortcuts in Visual Studio Code when using GitHub Copilot, you can rebind the shortcuts in the Keyboard Shortcuts editor using your preferred keyboard shortcuts for each specific command.

Rebinding keyboard shortcuts for macOS

  1. Click Code, click Preferences, then click Keyboard Shortcuts.

    Screenshot of Visual Studio Code keyboard shortcuts

  2. In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.

  3. Next to the command you want to change, click the pencil icon.

    Screenshot of Keyboard shortcut editor

  4. Type the keystrokes you want to use for the command, then press Enter/Return.

Rebinding keyboard shortcuts for Windows

  1. Click the File menu, click Preferences, then click Keyboard Shortcuts.

    Screenshot of Visual Studio Code keyboard shortcuts

  2. In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.

  3. Next to the command you want to change, click the pencil icon.

    Screenshot of Keyboard shortcut editor

  4. Type the keystrokes you want to use for the command, then press Enter/Return.

Rebinding keyboard shortcuts for Linux

  1. Click the File menu, click Preferences, then click Keyboard Shortcuts.

    Screenshot of Visual Studio Code keyboard shortcuts

  2. In the "Keyboard Shortcuts" editor, search for the command name of the keyboard shortcut you want to change.

  3. Next to the command you want to change, click the pencil icon.

    Screenshot of Keyboard shortcut editor

  4. Type the keystrokes you want to use for the command, then press Enter/Return.

GitHub Copilot 사용 또는 사용 안 함

Visual Studio Code에서 GitHub Copilot을 사용하거나 사용하지 않도록 설정할 수 있습니다. Visual Studio Code 창의 아래쪽 패널에 있는 GitHub Copilot 상태 아이콘은 GitHub Copilot이 사용하도록 설정되었는지 여부를 나타냅니다. 사용하도록 설정하면 아이콘의 배경색이 상태 표시줄의 색과 일치합니다. 사용하지 않도록 설정하면 아이콘의 배경색이 상태 표시줄의 색과 대비됩니다.

  1. GitHub Copilot을 사용하거나 사용하지 않도록 설정하려면 Visual Studio Code 창의 아래쪽 패널에서 상태 아이콘을 클릭합니다.

    Visual Studio Code의 아래쪽 패널 스크린샷 GitHub Copilot 아이콘은 진한 주황색으로 표시됩니다.

  2. GitHub Copilot을 사용하지 않도록 설정하는 경우 전역적으로 또는 현재 편집 중인 파일의 언어에 대해 제안을 사용하지 않도록 설정할지 묻는 메시지가 표시됩니다.

    • GitHub Copilot에서 제안을 전역적으로 사용하지 않도록 설정하려면 전역적으로 사용하지 않음을 클릭합니다.
    • 지정된 언어에 대한 GitHub Copilot에서 제안을 사용하지 않도록 설정하려면 언어에 대해 사용 안 함을 클릭합니다. 전역적으로 또는 현재 언어에 대해 GitHub Copilot을 사용하지 않도록 설정하는 옵션의 스크린샷

Enabling or disabling inline suggestions

You can choose to enable or disable inline suggestions for GitHub Copilot in Visual Studio Code.

  1. 파일 메뉴에서 기본 설정으로 이동하고 설정을 클릭합니다. Visual Studio Code 설정의 스크린샷
  2. In the left-side panel of the settings tab, click Extensions and then select Copilot.
  3. Under "Inline Suggest:Enable," select or deselect the checkbox to enable or disable inline suggestions.

Enabling or disabling GitHub Copilot for specific languages

You can specify which languages you want to enable or disable GitHub Copilot for.

  1. From the Visual Studio Code, click the Extensions tab, then navigate to the Copilot section. For more information, see "Enabling and disabling inline suggestions."

  2. Under "Enable or disable Copilot for specified languages," click Edit in settings.json.

  3. In the settings.json file, add or remove the languages you want to enable or disable GitHub Copilot for. For example, to enable Python in GitHub Copilot, add "python": true to the list, ensuring there is a trailing comma after all but the last list item.

    {
        "editor.inlineSuggest.enabled": true,
        "github.copilot.enable": {
            "*": true,
            "yaml": false,
            "plaintext": false,
            "markdown": true,
            "javascript": true,
            "python": true
        }
    }
    

Configuring proxy settings for GitHub Copilot

You can configure GitHub Copilot to connect through an HTTP proxy server in Visual Studio Code. GitHub Copilot supports basic HTTP proxy setups, with or without basic authentication.

  1. 파일 메뉴에서 기본 설정으로 이동하고 설정을 클릭합니다. Visual Studio Code 설정의 스크린샷
  2. In the left-side panel of the settings tab, click Application and then select Proxy.
  3. In the textbox under "Proxy", type the address of your proxy server, for example http://localhost:3128. Alternatively, GitHub Copilot will use the http_proxy and https_proxy variables from your environment.
  4. Optionally, under "Proxy Authorization", click Edit in settings.json and add your required value to send as the Proxy-Authorization header for every network request.
  5. Optionally, under "Proxy Strict SSL", select or deselect the checkbox to enable or disable strict SSL.

GitHub.com에서 GitHub Copilot 설정 구성

활성 GitHub Copilot 평가판 또는 구독이 있으면 GitHub Copilot 설정의 GitHub에서 개인 계정에 대한 GitHub Copilot 설정을 조정할 수 있습니다. 설정은 GitHub Copilot을 사용하는 모든 위치에 적용됩니다. GitHub Copilot에서 제공하는 제안 및 GitHub에서 원격 분석 데이터를 사용하는 방법을 구성할 수 있습니다.

중복 검색 사용 또는 사용 안 함

참고: 조직을 통해 GitHub Copilot 좌석이 할당된 GitHub Enterprise Cloud에 있는 조직의 구성원인 경우 개인 계정 설정에서 중복 검색을 구성할 수 없습니다. 중복 검색 설정은 조직 또는 엔터프라이즈에서 상속됩니다.

GitHub Copilot에는 GitHub에서 퍼블릭 코드와 일치하는 코드 제안을 검색하는 필터가 포함되어 있습니다. 필터를 사용하거나 사용하지 않도록 선택할 수 있습니다. 필터를 사용하도록 설정하면 GitHub Copilot은 GitHub의 퍼블릭 코드에 대해 약 150자의 주변 코드로 코드 제안을 확인합니다. 일치하거나 거의 일치하는 경우 제안이 표시되지 않습니다.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. 공용 코드와 일치하는 제안에서 드롭다운 메뉴를 선택한 다음, 공용 코드와 일치하는 제안을 허용하려면 허용을 클릭하고 공용 코드와 일치하는 제안을 차단하려면 차단을 클릭합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

원격 분석 사용 또는 사용 안 함

참고: Copilot for Business은(는) 원격 분석 또는 코드 조각 데이터를 유지하지 않습니다.

사용자 설정을 조정하여 코드 조각을 GitHub에서 수집 및 보존하고 Microsoft 및 OpenAI와 추가로 처리 및 공유할지 여부를 선택할 수 있습니다. GitHub Copilot이(가) 원격 분석 설정에 따라 수집할 수 있는 데이터에 대한 자세한 내용은 "GitHub 추가 제품 및 기능 약관" 및 GitHub Copilot 개인 정보 FAQ를 참조하세요.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. GitHub가 원격 분석 데이터를 사용하도록 허용하거나 금지하려면 GitHub가 제품 개선을 위해 내 코드 조각을 사용하도록 허용을 선택하거나 선택 취소합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

추가 참고 자료

Configuring GitHub Copilot in Neovim

For guidance on configuring GitHub Copilot in Neovim, invoke the GitHub Copilot documentation in Neovim by running the following command:

:help copilot

GitHub.com에서 GitHub Copilot 설정 구성

활성 GitHub Copilot 평가판 또는 구독이 있으면 GitHub Copilot 설정의 GitHub에서 개인 계정에 대한 GitHub Copilot 설정을 조정할 수 있습니다. 설정은 GitHub Copilot을 사용하는 모든 위치에 적용됩니다. GitHub Copilot에서 제공하는 제안 및 GitHub에서 원격 분석 데이터를 사용하는 방법을 구성할 수 있습니다.

중복 검색 사용 또는 사용 안 함

참고: 조직을 통해 GitHub Copilot 좌석이 할당된 GitHub Enterprise Cloud에 있는 조직의 구성원인 경우 개인 계정 설정에서 중복 검색을 구성할 수 없습니다. 중복 검색 설정은 조직 또는 엔터프라이즈에서 상속됩니다.

GitHub Copilot에는 GitHub에서 퍼블릭 코드와 일치하는 코드 제안을 검색하는 필터가 포함되어 있습니다. 필터를 사용하거나 사용하지 않도록 선택할 수 있습니다. 필터를 사용하도록 설정하면 GitHub Copilot은 GitHub의 퍼블릭 코드에 대해 약 150자의 주변 코드로 코드 제안을 확인합니다. 일치하거나 거의 일치하는 경우 제안이 표시되지 않습니다.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. 공용 코드와 일치하는 제안에서 드롭다운 메뉴를 선택한 다음, 공용 코드와 일치하는 제안을 허용하려면 허용을 클릭하고 공용 코드와 일치하는 제안을 차단하려면 차단을 클릭합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

원격 분석 사용 또는 사용 안 함

참고: Copilot for Business은(는) 원격 분석 또는 코드 조각 데이터를 유지하지 않습니다.

사용자 설정을 조정하여 코드 조각을 GitHub에서 수집 및 보존하고 Microsoft 및 OpenAI와 추가로 처리 및 공유할지 여부를 선택할 수 있습니다. GitHub Copilot이(가) 원격 분석 설정에 따라 수집할 수 있는 데이터에 대한 자세한 내용은 "GitHub 추가 제품 및 기능 약관" 및 GitHub Copilot 개인 정보 FAQ를 참조하세요.

  1. 페이지의 오른쪽 위 모서리에서 프로필 사진을 클릭한 다음 설정 클릭합니다.

    사용자가 프로필, 콘텐츠 및 설정을 보고 편집할 수 있는 옵션을 보여 주는 GitHub의 계정 메뉴 스크린샷 메뉴 항목 "설정"은 진한 주황색으로 표시됩니다. 1. 왼쪽 사이드바에서 GitHub Copilot을 클릭합니다.

  2. GitHub가 원격 분석 데이터를 사용하도록 허용하거나 금지하려면 GitHub가 제품 개선을 위해 내 코드 조각을 사용하도록 허용을 선택하거나 선택 취소합니다.

  3. 새 설정을 확인하려면 저장을 클릭합니다.

추가 참고 자료