오늘은 IntelliJ IDEA 에서 GitHub Copilot 사용하는 법을 알아볼까 한다.

 

1. IntelliJ IDEA 를 설치한다.

다운로드 링크 : https://www.jetbrains.com/idea/download/#section=windows

 

Download IntelliJ IDEA: The Capable & Ergonomic Java IDE by JetBrains

Download the latest version of IntelliJ IDEA for Windows, macOS or Linux.

www.jetbrains.com

2.  Ctrl + Alt + S ->  Plugins -> MarketPlace

3. GitHub Copilot 을 검색한뒤 Install 을 누른다. 

4. Restart IDE 를 누른다.

 

IDE 가 다시 시작 되면 GitHub Copilot 을 사용할수있다.

'JAVA' 카테고리의 다른 글

JAVA 1) 자바 프로젝트 파일 만들기!  (1) 2022.06.03

오늘은 안드로이드 스튜디오에 코파일럿을 사용 하는법에 대해 알아보려고 한다.

 

먼저 깃허브 코파일럿에 들어간다.

https://github.com/features/copilot

 

GitHub Copilot · Your AI pair programmer

GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you.

github.com

깃허브 코파일럿을 사용 가능한 경우 안드로이드 스튜디오를 실행한다.

 

그리고 Ctrl + Alt + S 를 누른다.

 

Plugins 를 누르고 Marketplace 를 누른다.

그리고 검색창에 GitHub Copilot 을 입력 한다.

Install 을 눌러준다.

 

설치가 완료 되면 Restart IDE를 눌러준다.

 

IDE 가 다시 실행되면 GitHub Copilot 을 사용 할 수있다.

'Android' 카테고리의 다른 글

Android) Android Music Player Project  (0) 2022.08.11

+ Recent posts