mozilla / assay

A Firefox Addons review tool disguised as a VSCode extension
Mozilla Public License 2.0
9 stars 3 forks source link

Copy line number along with code #92

Closed abyrne-moz closed 4 months ago

abyrne-moz commented 4 months ago

Allow a reviewer to copy a line of code, along with the associated line number, so it can be pasted into a developer reply.

chrstinalin commented 4 months ago

Is there a particular format in mind? Or is something like:

folder/file.py#24 (line of code)

ample?

Is there any preference for this capability to extend to multiple lines?

abyrne-moz commented 4 months ago

@wagnerand Can you please provide a suggestion for the format you'd like to see here?

wagnerand commented 4 months ago

* src/path/file.js#256