如何降价预览并跳转到行号

时间:2018-06-14 12:55:56

标签: visual-studio-code

是否可以在VSCode中使用降价链接跳转到行号?

例如

| [/path/to/MyFile.ts](/path/to/MyFile.ts<---line-number) Jump to MyFile.ts line 123

感谢。

3 个答案:

答案 0 :(得分:0)

我认为您正在寻找的是一个锚链接。

https://gist.github.com/asabaylus/3071099

答案 1 :(得分:0)

这似乎是一个bug是vscode。现在修复了哪个问题。谢谢大家的回答。

答案 2 :(得分:0)

是的,使用L123作为链接片段。例如:

[/path/to/MyFile.ts](/path/to/MyFile.ts#L123)

[MyRelativeFile.ts](MyRelativeFile.ts#L123)