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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events