-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
Description
Currently, when you run a search the file is displayed as a local snapshot from searchcode. When you click on a line number, this updates the url with a #NN
for the line number.
It would be useful to have the ability to click on a line number and have the original repo open. In etsy/hound it's possible to specify a url-pattern
tokenized into "{url}/{path}{anchor}"
, which lets users open custom deeplinks into various hosting platforms (gitea, gitlab, bitbucket)