Generate URL to specific line

Issue #103 resolved
Former user created an issue

Option to generate link to specific line. Pressing right click on line number in IDE (there should be option generate "Open in Bitbucket on specific line").

Link would be the same as "Open in bitbucket" (when pressing right click on file) with suffix #XX, where XX is line number.

Comments (1)

  1. Daniil Penkin staff

    Linky does this since day one! 🙂

    What you need is to select at least one character on a line to make that line number appear in the URL. It handles multiline selection too. There're some edge cases there but generally it works like you'd expect it to work. Moreover, multiple selections within a file are supported as well.

  2. Log in to comment