All Projects → github → Visualstudio

github / Visualstudio

Licence: mit
The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015 and newer. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

Programming Languages

C#
18002 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Visualstudio

Live Share
Real-time collaborative development from the comfort of your favorite tools
Stars: ✭ 1,920 (-10.41%)
Mutual labels:  visual-studio
Vssetup.powershell
PowerShell module to interact with Visual Studio Setup
Stars: ✭ 160 (-92.53%)
Mutual labels:  visual-studio
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (-92.11%)
Mutual labels:  visual-studio
Covid19radar
Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
Stars: ✭ 35 (-98.37%)
Mutual labels:  visual-studio
Glyphfriend
Glyphfriend is a Visual Studio Extension to add previews for various icon/glyph fonts to Visual Studio.
Stars: ✭ 157 (-92.67%)
Mutual labels:  visual-studio
Windowstemplatestudio
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
Stars: ✭ 2,089 (-2.52%)
Mutual labels:  visual-studio
Paket.visualstudio
Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
Stars: ✭ 144 (-93.28%)
Mutual labels:  visual-studio
Moneyfox
A way to make budgeting easy. A basic idea for the community, made even better by the community.
Stars: ✭ 170 (-92.07%)
Mutual labels:  visual-studio
Nunit3 Vs Adapter
NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
Stars: ✭ 158 (-92.63%)
Mutual labels:  visual-studio
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-92.3%)
Mutual labels:  visual-studio
Vscelicense
PowerShell module to get and set Visual Studio Community Edition license expiration date in registry
Stars: ✭ 151 (-92.95%)
Mutual labels:  visual-studio
Sharpscada
C# SCADA
Stars: ✭ 2,043 (-4.67%)
Mutual labels:  visual-studio
Onemore
A OneNote add-in with simple, yet powerful and useful features
Stars: ✭ 163 (-92.39%)
Mutual labels:  visual-studio
Coda
A language experiment -- irc.freenode.net ##coda
Stars: ✭ 148 (-93.09%)
Mutual labels:  visual-studio
Roslynator
A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn.
Stars: ✭ 2,221 (+3.64%)
Mutual labels:  visual-studio
Serverless Ide Vscode
Serverless IDE: Enhanced support for AWS SAM and CloudFormation in VS Code
Stars: ✭ 145 (-93.23%)
Mutual labels:  visual-studio
Detectron2
detectron2 windows build
Stars: ✭ 160 (-92.53%)
Mutual labels:  visual-studio
Gvsbuild
GTK+ 3 stack for Windows
Stars: ✭ 173 (-91.93%)
Mutual labels:  visual-studio
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Stars: ✭ 14,449 (+574.24%)
Mutual labels:  visual-studio
Vstest Docs
Documentation for the Visual Studio Test Platform.
Stars: ✭ 165 (-92.3%)
Mutual labels:  visual-studio

GitHub Extension for Visual Studio

About

The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015 and newer. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

Official builds of this extension are available at the Visual Studio Marketplace.

CI

Follow GitHub for Visual Studio Join the chat at https://gitter.im/github/VisualStudio

Documentation

Visit the documentation for details on how to use the features in the GitHub Extension for Visual Studio.

Build requirements

  • Visual Studio 2019
    • .NET desktop development workload
    • .NET Core cross platform development workload
    • Visual Studio extension development workload

The built VSIX will work with Visual Studio 2015 or newer

Build

Clone the repository and its submodules.

To be able to use the GitHub API, you'll need to:

  • Register a new developer application in your profile
  • Create an environment variable GitHubVS_ClientID with your Client ID
  • Create an environment variable GitHubVS_ClientSecret with your Client Secret

Execute build.cmd

Visual Studio Build

Build GitHubVS.sln using Visual Studio 2019.

Logs

Logs can be viewed at the following location:

%LOCALAPPDATA%\GitHubVisualStudio\extension.log

Troubleshooting

If you have issues building with failures similar to:

"The type or namespace name does not exist..."

or

"Unable to find project... Check that the project reference is valid and that the project file exists."*

Close Visual Studio and run the following command to update submodules and clean your environment.

clean.cmd

More information

  • Andreia Gaita's presentation at Codemania 2016 about this extension.

Contributing

Visit the Contributor Guidelines for details on how to contribute as well as the Contributor Covenant Code of Conduct for details on how to participate.

Copyright

Copyright 2015 - 2019 GitHub, Inc.

Licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].