How can I add shortcut for filtering branches to show commits ?
Answered
I want to add shortcut “to open popup for filtering branches to show commits”.
I'm looking some codes at vcs-log but can't find well.
Any help ?
Please sign in to leave a comment.
Hi,
You can use UI Inspector to find the place where this component is created:
https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html
The found class is:
com.intellij.vcs.log.ui.filter.BranchFilterPopupComponent
.Wow, I'm really thank you.
I will check what you said !!