You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is an existing command betterGitLineBlame.showCommit that shows a markdown preview of the commit info to the side. I'd like to request another command that more or less does the same thing but as plain text (even the same markdown source text would be fine).
My main use case is being able to copy contents of the commit info (i.e. the commit hash or message) without having to use the mouse to select the contents from either the hover popup or the markdown preview.
I've made a workaround for this via a keybinding which shows the preview for the commit info then shows the markdown source for it:
{"key": "alt+a","command": "runCommands","when": "editorTextFocus","args": {"commands": ["betterGitLineBlame.showCommit","markdown.showSource","workbench.action.openPreviousRecentlyUsedEditor"// then close the markdown preview manually]}}
Hopefully it gets planned as a feature as it would be nice to have as a command so it's always consistent.
The text was updated successfully, but these errors were encountered:
Arnesfield
changed the title
Feature Request: Command to show source commit as plain text
Feature Request: Command to show commit as plain text
Nov 24, 2024
Currently, there is an existing command
betterGitLineBlame.showCommit
that shows a markdown preview of the commit info to the side. I'd like to request another command that more or less does the same thing but as plain text (even the same markdown source text would be fine).My main use case is being able to copy contents of the commit info (i.e. the commit hash or message) without having to use the mouse to select the contents from either the hover popup or the markdown preview.
I've made a workaround for this via a keybinding which shows the preview for the commit info then shows the markdown source for it:
Hopefully it gets planned as a feature as it would be nice to have as a command so it's always consistent.
The text was updated successfully, but these errors were encountered: