find-pull-request icon indicating copy to clipboard operation
find-pull-request copied to clipboard

Intellij plugin that jumps to the pull request page

Results 20 find-pull-request issues
Sort by recently updated
recently updated
newest added

I'm not big fan of GitHub plugin but if they provide extension point like opening PR, it may be useful opening PR in IntelliJ

FeatureRequest

Use project window menu. inside copy reference ![image](https://github.com/shiraji/find-pull-request/assets/3675458/31e5cf85-9435-4c41-8503-3ebead602575)

FeatureRequest

![image](https://github.com/shiraji/find-pull-request/assets/3675458/219ebe97-e711-4938-b4ba-cde723b11bac) like annotation for git blame, I want to have background color for pull request.

FeatureRequest

When I click list pull requests on a certain line it crashes. This only started happening since taking the latest IntelliJ version. java.security.PrivilegedActionException: java.security.PrivilegedActionException: com.intellij.openapi.vcs.VcsException: fatal: Cannot lstat ''REMOVED FILE...

Plugin crash when try to listing PR for the files that are not in git control ``` com.intellij.openapi.vcs.VcsException: fatal: no such path '***FILE_NAME***' in HEAD at git4idea.commands.GitBinaryHandler$1.processTerminated(GitBinaryHandler.java:157) at jdk.internal.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)...

FeatureRequest

https://gitlab.com/shiraji/project/-/merge_requests/3

I'm not sure I would implement this...open PR of the commit hash

Some specific line has really a lot of changes. It is very useful if this plugin list all PR that happens to the specific line. https://stackoverflow.com/questions/50469927/view-git-history-of-specific-line command would be ```...