joseph_michaud
Staff
3 days agoThe syntax is a little different than the original request. From the docs:
https://support.smartbear.com/collaborator/docs/working-with/concepts/chats.html#chat-new
line NNN - will create link to desired range of the lines of the current file.
lines N1:N2 - will create link to desired range of the lines of the current file.
[file name]/L:NNN - will create link to line number of the another file. For example, test.txt/L:10
[file name]/L:N1-N2 - will create link to desired range of the lines of the another file. For example, test.txt/L:10-12
That first example should say:
line NNN - will create link to desired line of the current file.