How do you reference a line in another file using Code Collaborator?
agile, code-collaborator
Solution
After reading, using Code collaborator 7 and talking to our server support admins, there is no support for this functionality.
If you would like to see this type of automatic linking supported in the next version of code-collaborator, then vote on it in the following SmartBear Software support forum post:
https://community.smartbear.com/t5/Collaborator-Feature-Requests/Reference-the-Line-of-Another-File-in-the-Same-Review/idi-p/100236
Problem
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?