bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

View on Github at line number #74

Closed benjyblack closed 9 years ago

benjyblack commented 9 years ago

It would be really useful if, in addition to the View on Github command, there were a View on Github at Current Line command. This would link you to the line where your caret currently resides in the editor. So you'd get something like this:

https://github.com/bgreenlee/sublime-github/blob/master/sublime_github.py#L28

instead of this:

https://github.com/bgreenlee/sublime-github/blob/master/sublime_github.py

bgreenlee commented 9 years ago

It already does this. You just have to select something.

benjyblack commented 9 years ago

Woops, didn't know that. Thanks for a great plugin!