mjcheetham / vs-weblinks

Gets links to your source code files in the web from within the Visual Studio editor.

Home Page:https://marketplace.visualstudio.com/items?itemName=mjcheetham.weblinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS WebLinks

An extension for Visual Studio that enables you to quickly copy a link to a selection in a file hosted in a remote Git repository.

Build status

Build Status

Features

  • Open or copy a link to a file from the Solution Explorer context menu.. image ..or from a selected region of text in the editor image

    image

Supported Git Hosting Providers

  • GitHub
  • Azure DevOps (formerly Visual Studio Team Services)
  • ..more to follow...

Building

Prerequisites

Note: Windows only (sorry! it requires the Visual Studio SDK to build)

  • Visual Studio Community 2017
    • Workloads:
      • .NET Desktop Development
      • Visual Studio Extensibility

Compile and debug

To build from the command line just run the following from the root of the repository:

$ nuget restore
$ msbuild

To install and debug the VSIX from within Visual Studio, open the solution file and hit F5. That's it!

About

Gets links to your source code files in the web from within the Visual Studio editor.

https://marketplace.visualstudio.com/items?itemName=mjcheetham.weblinks

License:MIT License


Languages

Language:C# 100.0%