Is it possible to use the autocomplete option for local branch names in the IntelliJ GIT terminal? I can use the autocomplete for GIT commands, but can't find a way to the same for branches.
For example, I would like to enter git checkout RS-1 + TAB (assuming branch name is RS-1-new-feature) to autocomplete or to show list of possible options for autocompletion.
My environment: Windows 10, IntelliJ IDEA 2019.3 Ultimate, GIT 2.25.1.windows.1
IntelliJ setup:
Path to GIT executable: C:\Program Files\Git\cmd\git.exe
Setting>Tools>Terminal>Shell path: cmd.exe