find-pull-request

Additional

Language
Kotlin
Version
release-1.7.2 (Sep 18, 2020)
Created
Mar 8, 2016
Updated
Jan 28, 2024
Owner
Yoshinori Isogai (shiraji)
Contributor
Yoshinori Isogai (shiraji)
1
Activity
Badge
Generate
Download
Source code

Advertisement

find-pull-request

Intellij plugin that jumps to the pull request page or commits page. This plugin supports GitHub, GitLab, Bitbucket.

How to use

Find Pull Request

  • Select/Choose a line
  • Right click
  • Click "Find Pull Request"

  • Open the pull request page if the plugin finds pull request
  • Open the commit page if no pull request found for the selected line

Copy Pull Request URL

  • Select/Choose a line
  • Right click
  • Click "Copy Pull Request URL"

List Pull Request

  • Right click editor's left part (Editor Gutter)
  • Click "List Pull Request"

  • This plugin lists PR number and commit hash if no PR found
  • Click PR number jump to PR page
  • Click commit hash jump to commit page

Options

This plugin automatically detects which hosting service this project is hosted when the project open.

You can change "Hosting Service" setting in Preferences.

Requirement

  • Remote repo should be GitHub/GitLab/Bitbucket
  • Custom domain should work but not tested it
  • Repository must set upstream or origin remote url
  • if upstream is set, then use upstream remote url
  • Selecting multiple lines is not supported
  • Project that has multiple git repository may not work

How to install

Use the IDE's plugin manager to install the latest version of the plugin.

License

Copyright 2019 Yoshinori Isogai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.