英文:
Ctrl + F, see matches in bar visual studio 2022
问题
使用 VS2022 中的 ctrl + F 搜索功能时,我曾经能够在选项卡中看到搜索结果在滚动条上以小点的形式显示(类似断点点的方式)。
这让我可以轻松地查看特定文档中是否有与我的搜索匹配的结果。
然而,现在在搜索时,滚动条上的这些“点”已经消失,因此我必须使用“查找下一个”来浏览文档/选项卡,以查看匹配项的位置,而不再能够轻松获得概览。
附注 - 我不想使用 ctrl + shift + f 来实现这一点。
我如何能够重新在滚动条中获得“搜索结果”,以显示与我的 ctrl + F 搜索匹配的结果?
英文:
When using the ctrl + F search function VS2022 in a tab I used to be able to see all matches of my search on the scrollbar in the form of little dots (like break point dots sort of).
Easily enabling me see if there are many matches to my search in the particular document.
Now however these "dots" on the scrollbar when searching is gone thus I have to do "Find next" to go through the document/tab to see where the matches are instead of easily getting a good overview.
PS - I do not want to use ctrl + shift + f for this.
How do I get back a "search result" in the scroll bar that show matches of my ctrl + F search?
答案1
得分: 1
我认为你正在寻找“在工具 > 选项 > 文本编辑器 > 所有语言 > 滚动条”下的“显示垂直滚动条上的注释”选项组。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论