Open on GitHubVisual Studio Extension for opening files on GitHub.com Right click on editor, if repository is hosted on GitHub, you can jump to master/current branch/current revision's blob page. If selecting line(single, range) in editor, jump with line number fragment. This extension is opensource, hosted on GitHub. https://github.com/neuecc/Open-on-GitHub If you want to needs more feature, find bugs, etc. please check and write issues. Changes ver1.6.0 / 2021-11-09 supports Visual Studio 2022 ver1.5.0 / 2019-04-04 migrate to AsyncPackage, thanks @guitarrapc ver1.4.2 / 2019-04-04 supports Visual Studio 2019, thanks @guitarrapc ver1.4.1 / 2017-03-12 supports Visual Studio 2017 ver1.4.0 / 2015-12-29 fix multiline selection, thanks @nk9k ver1.3.0 / 2015-12-28 support short revision url, thanks @takeshik ver1.2.0 / 2015-07-03 support SSH remote.origin.url, thanks @minato128 ****ver1.1.0 / 2015-01-14 **** add open url with line selection fragment, thanks @mayuki fix can't open when remote.origin.url contains username, thanks @mayuki add supports SubModule add supports .cshtml, .json, .css, .less, .scss, .xaml, .html and others **ver1.0.0 / 2015-01-14 ** first release |