vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Command & Keyboard Shortcut To Open Issue From Comment

Open WilliamFernsV3 opened this issue 1 year ago • 0 comments

This extension has a code action that can be triggered when creating a comment that starts with key words like "TODO":

Image

Once it is created, you can hover over the issue number and see the following:

Image

It would be helpful if there was a command to open the issue (similar to the command pr.openPullRequestOnGitHub but for the current issue that is hovered on.

Complexity wise, this seems really simple to implement (maybe 10 - 20 lines of code).

WilliamFernsV3 avatar Jan 28 '25 09:01 WilliamFernsV3