zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 73 forks source link

[Feature] Allow to open the PR of a code line #383

Closed HaloKo4 closed 1 year ago

HaloKo4 commented 2 years ago

Use case: Currently the plugin shows the PR that created a code line. By clicking Open In -> Github you can open the browser on this code line. I'm interested in functionality where i can also open the PR that created this code line. The PR number is viable it just doesn't allow to open it in a continent way.

zielu commented 2 years ago

Hi, that open action is not provided by the plugin but afair it's from IDE Github integration. If you give me an example of such blame message I might suggest some workarounds.