News

GitHub Tool Does Pull Requests from Visual Studio Code

GitHub highlighted improvements to its Visual Studio Code extension that lets developers manage pull requests from the open source code repository with a few clicks from within the code editor.

The tool, appropriately called GitHub Pull Requests, is available on the Visual Studio Code Marketplace as a preview first released last September.

Since then the dev team at GitHub (recently acquired by Microsoft) has reportedly been steadily improving the tool, and those improvements were highlighted in a Jan. 7 post on the GitHub blog site.

VS Code GitHub Pull Requests in Animated Action
[Click on image for animated GIF.] VS Code GitHub Pull Requests in Animated Action (source: GitHub).

"Over the past months the team has added even more enhancements to pull request functionality," said GitHub's Meaghan Lewis in the announcement. "Using the latest version, you can now create pull requests, leave suggested edits as a comment, and view status checks for each pull request."

Functionality includes:

  • Authenticating and connecting VS Code to GitHub
  • Listing and browsing PRs from within VS Code
  • Reviewing PRs from within VS Code with in-editor commenting
  • Validating PRs from within VS Code with easy checkouts
  • Terminal integration that enables UI and CLIs to co-exist

Lewis provided links to specific enhancements for actions such as:

On the VS Code Marketplace, the GitHub Pull Requests extension shows 51,697 installs (though 233,079 downloads) and an average 4.7 rating (5 star scale) from 15 developers who reviewed it.

Source code for the extension is on GitHub and more information is available at GitHub's VS Code site.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube