Open on GitHubVisual Studio Extension for opening files on GitHub, GitLab, Gitea, Bitbucket and AzureDevOps (dev.azure.com, visualstudio.com, tfs) 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 Ver2.0.5 / 2023-11-21
Ver2.0.4 / 2023-11-07
ver2.0.1 / 2023-05-11
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 |