Is there a way to bookmark code in a Visual Studio project?

后端 未结 10 1560
既然无缘
既然无缘 2020-12-12 20:25

In various projects there are certain parts I will keep jumping to. Is there a way to effectively \"bookmark\" these parts, so I can quickly jump back to a certain line in a

10条回答
  •  庸人自扰
    2020-12-12 20:41

    With ReSharper, there's a more flexible way of making bookmarks and navigating to them.

    You can press Ctrl + Shift + Number for example 3. And then refer to that by Ctrl + 3.

提交回复
热议问题