목적
GitHub Copilot은 AI가 코드를 예측하고 자동으로 완성해 주는 혁신적인 도구입니다.
Android Studio에서 Copilot을 설치하는 방법을 쉽고 빠르게 설명합니다.
GitHub Copilot과 함께 즐거운 Android 앱 개발 고고👍👍
GitHub Copilot 설치 방법
사전 준비: GitHub 계정 생성
Step 1: GitHub Copilot 플러그인 설치
File -> Settings... 진입
Plugins -> Marketplace -> 검색 창 "GitHub Copilot" 입력 -> Install 설치
설치 완료 후 "Restart IDE" 버튼을 눌러 Android Studio 재시작
Android Studio 우측 GitHub Copilot 아이콘 2개 추가 됨 (플러그인 설치 완료)
GitHub Copilot 환영 인사😀
GitHub Copilot is your AI pair programmer, now in Android Studio. Get autocomplete-style suggestions as you code, fix code, generate tests, and much more!
GitHub Copilot은 이제 Android Studio에서도 사용할 수 있는 AI 페어 프로그래머입니다. 코드 작성 중 자동완성 형식의 제안을 받고, 코드를 수정하며, 테스트를 생성하는 등 다양한 기능을 활용해 보세요!
You can receive suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do. Use the suggestion panel to view multiple suggestions before choosing one.
GitHub Copilot의 제안을 받는 방법은 두 가지입니다. 사용하려는 코드를 직접 작성하거나, 코드가 수행할 작업을 자연어로 설명하는 주석을 입력하는 방식입니다. 제안 패널을 사용하여 여러 제안을 확인한 후 원하는 것을 선택해 보세요.
GitHub Copilot is your AI pair programmer, now in Android Studio. Get autocomplete-style suggestions as you code, fix code, generate tests, and much more!
GitHub Copilot은 이제 Android Studio에서도 사용할 수 있는 AI 페어 프로그래머입니다. 코드 작성 중 자동완성 스타일의 제안을 받고, 코드를 수정하거나, 테스트를 생성하는 등 다양한 기능을 경험해 보세요!
Personalize your GitHub Copilot experience by editing the settings and customising your keyboard shortcuts
GitHub Copilot 설정을 편집하고 키보드 단축키를 사용자 맞춤형으로 설정하여 나만의 GitHub Copilot 경험을 만들어 보세요.
Visit the documentation and the feedback forum to learn more about GitHub Copilot. report bugs, or ask questions to the community.
GitHub Copilot에 대해 더 자세히 알아보고 싶다면 문서를 참고하거나 피드백 포럼을 방문해 보세요. 여기서 버그를 신고하거나 커뮤니티에 질문을 할 수 있습니다.
Step 2: GitHub 계정 연결하기
2025년 3월 29일 작성일 기준 GitHub 무료로 사용 가능합니다.
무료 계정의 경우 일부 기능 제약이 있습니다. (Chat 기능 월 50회 제한, 실시간 코드 추천 기능 월 2천회 제한)
자세한 내용은 링크 확인: https://github.com/features/copilot
Android Studio 오른쪽 하단 GitHub Copilot 아이콘 선택 -> Login to GitHub
Device code 확인 후 "Copy and Open" 버튼 클릭
GitHub 로그인 후 Deivce Activation 창에서 Device code 입력 (Copy and Open 버튼으로 로그인 했을 경우 Ctrl + V)
Device code 입력 후 "Continue" 클릭
"Authorize.. " 하단 녹색 버튼 클릭
GitHub 연결 완료
Android Studio GitHub Copilot 창에서 Refresh 할 경우 아래와 같이 활성화 완료
활성화 안될 경우 Android Studio 재시작
GitHub Copilot 채팅 기능도 활성화 되었습니다.
간단하게 사용해보기
Chat 창에 "내가 뭘 하면 될까" 입력 할 경우 아래와 같이 수정 필요한 내용을 생성합니다.👍👍
다음 이야기
GitHub Copilot이 설치되었으니 AI와 함께 즐거게 코딩할 준비가 되었습니다!
다음 단계에서는 Copilot을 활용한 다양한 예제와 팁도 다룰 예정이니 기대해 주세요.🤖
'Android > AI Coding Assistan' 카테고리의 다른 글
[Android Sudio] Google Gemini #02 사용 방법 및 간단 리뷰 (1) | 2025.03.23 |
---|---|
[Android Sudio] Google Gemini #01 사용 방법 및 간단 리뷰 (0) | 2025.03.15 |