In the chat box of file foo.cc I would like to reference a specific line in file bar.cc.
For example, I have bar.cc:line 12
written in my code collab chat box
In this case, code-collab only recognizes and allows the jump to bar.cc
, but not to the line. Is it possible to write a reference to line 12 in bar.cc so that when the designer clicks on it in the chat box, they are immediately jumped to that line in the file?