mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.89k stars 243 forks source link

automatically create links to tracker tickets #798

Open pnndra opened 5 months ago

pnndra commented 5 months ago

Describe the feature that you'd like would be nice if you scan the commit message for a pattern (usually just a prefix followed by a number) and translate that into a link. this would make it easy to convert tracker references into URLs that can be directly opened

Additional context (optional) basically something similar to this https://github.com/gitkraken/vscode-gitlens/issues/897

fazaldegui commented 5 months ago

Hello pnndra, I think that what you're asking is already in the: Repository Settings -> Issue Linking. From the Readme.md in this repo: "Repository Settings Widget: Allows you to view, add, edit, delete, fetch & prune remotes of the repository. Configure "Issue Linking" - Converts issue numbers in commit messages into hyperlinks, that open the issue in your issue tracking system. " I hope it helps you.