Open on GitHubVisual Studio Extension for opening files on GitHub, GitLab, Gitea,Gitee, Bitbucket and AzureDevOps (dev.azure.com, visualstudio.com, tfs) Right click on editor, if repository is hosted on GitHub(or GitLab, etc..), you can jump to main(master)/develop(development)/current branch/current revision(short and full)'s blob page with line number fragment in carret or selected range. If open context menu on document tab or solution explorer's file, jump to blob page without fragment. Open on GitHub also supports SourceLink page. For example, you can jump to dotnet/runtime page directly. 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 Ver 2.1.2 / 2024-11-08
Ver 2.1.1 / 2024-11-07
Ver 2.1.0 / 2024-11-06
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 |