Can we hook into inline blame annotations or the on:hover blame dialog? #2152
-
So for work we follow a convention where all our commit messages start with a JIRA ticket number (like ABC-1234: my commit message). Very often I have to copy the JIRA key from the inline blame info dialog and then go look at that JIRA ticket. I'm wondering if there's a way I can hook into gitlens's blame annotations (or even better, the dialog) to turn those JIRA keys in the commit messages to hyperlinks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@juzerzarif we have an autolinks feature that can linkify your JIRA tickets. From the command palette, select |
Beta Was this translation helpful? Give feedback.
@juzerzarif we have an autolinks feature that can linkify your JIRA tickets.
From the command palette, select
GitLens: Configure Autolinks
to open the autolinks editor in our settings screen::