Are there bookmarks in Visual Studio Code?

后端 未结 7 856
有刺的猬
有刺的猬 2020-12-12 10:00

How can I set bookmarks in Visual Studio Code? I can\'t find any keyboard shortcuts.

Or is there anything else that I can use instead?

相关标签:
7条回答
  • 2020-12-12 10:26

    Visual Studio Code currently does not support bookmarks natively. Please add this as feature request to our Git Hub issue list (https://github.com/Microsoft/vscode).

    In the meantime there are some ways to navigate around the code based on your navigation history. You can Ctrl+Tab to quickly jump to previously opened files. You can also navigate within your code based on cursor positions using Goto | Back and Goto | Forward.

    0 讨论(0)
提交回复
热议问题