Introduction
GitHub Copilot is an AI-based code completion tool developed by GitHub. By installing the GitHub Copilot plugin in the IntelliJ IDEA development environment, you can also use GitHub Copilot in IntelliJ IDEA. A Github account is required for activation.
How to Install
- Select Settings from the File menu in IntelliJ IDEA
- Select Plugins, and search for “GitHub Copilot”

- Install via the Install button

- Click the Restart IDE button to restart IntelliJ IDEA
The installation is complete once IntelliJ IDEA restarts.
Activation
- Click the icon at the bottom right
- Click Login to Github

- Click the Copy and Open button

- A browser will open. If you are not logged into Github, log in, paste the code using Ctrl+V, and click the Continue button

- Click the Authorize GitHub Copilot Plugin button
Activation is complete when the screen above is displayed.
Try it out
When you type a few characters in the IntelliJ IDEA editor, GitHub Copilot will start suggesting code completions.
Enjoy the powerful code completion features provided by AI!
