akonwi/git-plus

[REQUEST] the git branch picker autocomplete too quick!

Opened this issue · 0 comments

Is this a question or a feature request? If so please start the title with [QUESTION] or [REQUEST].

Are you on a windows machine and do you have trouble pushing to remote repositories? Check out this thread first because it probably has the solution and answers.

Are you having problems using submodules in atom with this package? Check out this thread.

Are you running MacOs 10.12 Sierra and having issues pulling/pushing? Check out this comment.

Did you update the package and you are seeing this message Failed to load the git-plus package? Run apm install from the package's directory and restart atom.

when I click the git branch a pop up opens and I can start typing to find my branch, after about 1 second it stops accepting keys, i must type very fast to find my branch. Then typing another letter starts the search again with that letter instead of searching for the sequence of letter input.
For example, I want to find my branch 'jd-anonymiser' I type 'j' and my branches appear and when I type 'd' next it finds branches starting with 'd'. Rather frustrating.

I think it would be better to search by the sequence of input letters

Steps to reproduce:

  1. -- open branch pop up
  2. -- type a letter - branches starting with that letter displayed
  3. -- type second letter 1 second later finds branches starting with that letter instead of [first letter, second letter]