Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是否可以使用 resharper 或只是视觉设置来标记 aspx 标记中的某些行,然后滚动页面并跳转到选定的行?
你是说书签?使用 ReSharper,您可以按 Ctrl-Shift-1(或 2、或 3...或 9)标记或取消标记某行,然后按 Ctrl-1(或 2、或 3...或 9)跳转到它.
仅使用 Visual Studio 按 Ctrl+B,T 标记或取消标记某行,然后按 Ctrl+B,N 跳转到下一个标记的行。
也许我只是不明白你需要什么,那么请尝试澄清它。