Exploring the Visual Studio Test Platform

GitHub, GitHub, GitHub... They are definitely the cool kids on the block right now. So hey, might as well pile on, right! :)
A few months ago, we highlighted an extension that makes it easy to navigate from Visual Studio to associated file on GitHub, Look... GitHub... LookHub
Today, we're highlighting another take at a like extension, with a name that says it all...
Visual 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 open source, 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.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
The thing to remember, as is clearly states above (yet I didn't read.. sigh), right-click in the edit window, NOT in the Solution explorer...
Quick, easy, to the point, just gets the job done and open source...
Follow @CH9
Follow @coding4fun
Follow @gduncan411
This conversation has been locked by the site admins. No new comments can be made.