在 VS Code 中轻松 review GitHub Pull Requests

相信大家在平时工作或者自己的项目中,一定都有在 GitHub 上进行 Code Review 的经历。对于韩老师来说,不论是平时工作的项目,还是自己的业余项目,代码基本都是在 GitHub 上。所以,在 GitHub 上进行 Pull Requests 的 Code Review 也是家常便饭。虽然 GitHub 的 PR review 功能已经做的越来越好,但是像 Go to DefinitionsFind All References 等功能还是与本地的编辑器/IDE 不能相比。如果能在你所喜爱的编辑器/IDE 进行 Pull Requests 的 Code Review,是不是就很方便?

所以,GitHub Pull Requests for VS Code 插件应运而生!

在 VS Code 中轻松 review GitHub Pull Requests_第1张图片

GitHub Pull Requests 可以使得开发者在 Visual Studio Code 轻松 review 和管理 GitHub pull requests,功能包括:

  • 在 VS Code 认证并连接到 GitHub 账号

  • 在 VS Code 中,列出当前 GitHub repo 的所有 pull requests

  • 在 VS Code 中,review GitHub pull requests,进行文件比较,添加 comments

  • 在 VS Code 中,轻松 checkout 当前正在 review 的 pull requests,从而可以利用 VS Code 强大的 Go to DefinitionsFind All References、IntelliSense 等功能来验证 pull requests

在 VS Code 中轻松 review GitHub Pull Requests_第2张图片


功能是不是很强大?赶紧来下载 GitHub Pull Requests for VS Code 插件来体验一下吧! https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github

640?wx_fmt=jpeg


你可能感兴趣的:(在 VS Code 中轻松 review GitHub Pull Requests)