skip to Main Content

Is it possible to use the new Copilot plugin from GitHub in Android Studio? I see they advertise it for Visual Code, but I am working in Android Studio and I would like to test it.

GitHub (https://github.com/features/copilot?utm_medium=email&utm_source=announcement&utm_campaign=copilot-technical-preview)
GitHub Copilot ยท Your AI pair programmer
GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you.

3

Answers


  1. UPDATE: As Chiara mentioned, now its just as easy as go to: File โ†’ Settings โ†’ Plugins and just search for "GitHub Copilot".


    Deprecated:

    Yes it is, You need to go to the JetBrains marketplace, download the latest Copilot plugin version and then manually install it in Android Studio.
    See pictures attached.
    Go to settings settings then go to manual plugin installation manual plugin installation then go to install from disk install from disk and then choose plugin location (choose the one you downloaded in the first step).plugin location

    Login or Signup to reply.
  2. File –> Settings –> Plugins –> type "copilot" in search field and install.

    Login or Signup to reply.
  3. For Mac & Android Studio Dolphin:

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search