Description
Discovered during minimizing the example in #1559
Currently, code.column (or the preferred code.column.number) is not appended to the code <file>:<line> link displayed above the attributes within the span detail page on the website.
- Motivation
- VSCode supports
<file>:<line>:<column> links. (If other common IDEs do not, I completely understand that this feature should not be implemented.)
- Goal behavior
- If the code column is provided, I'd like for it to be included in the attribute link displayed above the attributes.
Screenshot of desired behavior:
