find-pull-request
find-pull-request copied to clipboard
Intellij plugin that jumps to the pull request page
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
Use project window menu. inside copy reference 
 like annotation for git blame, I want to have background color for pull request.
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)...
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 ```...