在 PhpStorm 中本地查看 GitHub 条 PR 评论
View GitHub PR comments locally in PhpStorm
我在 GitHub 的公司仓库中生成了拉取请求。我的同事登录 GitHub,查看我的更改并添加评论。
我有没有办法从 GitHub 中提取这些评论(或那个 PR),这样我就可以在最新的 PhpStorm(版本 2017.3.4)中阅读并最好在本地回复他们的评论,或者就此而言,来自 CLI?
我可以看到如何在 PhpStorm 中生成 PR 并将它们推送到 GH,但反之则不行。
您可以试试这个插件:https://plugins.jetbrains.com/plugin/10448-github-code-reviews-plugin. In general, this is not yet supported in PhpStorm out of the box, you can vote for that feature request at https://youtrack.jetbrains.com/issue/IDEA-85079 并尝试其中列出的一些建议(例如上面提到的插件)。
我不确定是否有 Github 的东西,但是对于 Bitbucket 你可以使用 this plugin.
我在 GitHub 的公司仓库中生成了拉取请求。我的同事登录 GitHub,查看我的更改并添加评论。
我有没有办法从 GitHub 中提取这些评论(或那个 PR),这样我就可以在最新的 PhpStorm(版本 2017.3.4)中阅读并最好在本地回复他们的评论,或者就此而言,来自 CLI?
我可以看到如何在 PhpStorm 中生成 PR 并将它们推送到 GH,但反之则不行。
您可以试试这个插件:https://plugins.jetbrains.com/plugin/10448-github-code-reviews-plugin. In general, this is not yet supported in PhpStorm out of the box, you can vote for that feature request at https://youtrack.jetbrains.com/issue/IDEA-85079 并尝试其中列出的一些建议(例如上面提到的插件)。
我不确定是否有 Github 的东西,但是对于 Bitbucket 你可以使用 this plugin.