Search code examples
androidgitandroid-studiointellij-idea

Git in terminal console - Android Studio - Autocomplete


Is there any way to make the built in terminal console of Android Studio (3.0 Canary) autocomplete git commands like the new Intellij Idea 2017 does?

-- EDITED

I have installed a clean copy of Intellij Idea 2017.1.4 on Windows 10 and noticed that this functionality is not provided by IntelliJ actually. I'm trying to identify that plugin.

-- EDITED

The solution is just set an external bash terminal and restart Android Studio like @lidkxx pointed out...


Solution

  • Not sure if there's anything out of the box, but maybe try Preferences... -> search for Terminal. There's a shell path field and you can choose your shell to be anything you like. I am using zsh with autosuggestions plugin and autocomplete works like a charm.

    Edit: You probably need to restart Android Studio for this change to take effect.