Autocompletion for commit SHA
See original GitHub issueWhen I work on code review comments, I often refer to a commit where this particular issue was solved. This requires manually copy & pasting the commit sha and this really annoys me.
Wouldn’t it be cool, if you could trigger an autocomplete prompt for commit sha like you can do for GitHub users with the @
-Sign?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Autocompletion for commit SHA · Issue #1547 - GitHub
When I work on code review comments, I often refer to a commit where this particular issue was solved. This requires manually copy...
Read more >git: hash autocomplete - Stack Overflow
You can refer to a commit by only its first few characters: git will autocomplete internally: git checkout 9771. Thus, you actually don't...
Read more >git - when checkout a previous commit, Is there a quick way to ...
The short SHA1 are mentioned in "Git Tools - Revision Selection", but git rev-parse section on "SPECIFYING REVISIONS" mentions also (small ...
Read more >Issuehunt
Autocompletion for commit SHA #1547 ... When I work on code review comments, I often refer to a commit where this particular issue...
Read more >How did I get the git commits to show up in autocomplete?
I wanted to know what is giving me the ability to see commits on my mac using tab completion so that I can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fregante
An example of a custom autocompletion.
That looks correct according to https://github.com/github/text-expander-element 🎉
I suppose your code is only missing the
api.v4
call to get the commit list. Also it can use JSX to generate the fragment effortlessly