Visual Studio 2008 中装订线中的手术刀形状图标是什么意思?
What does this icon mean?
It doesn’t seem to have a tooltip, it doesn’t respond on right-click, and it doesn’t seem to want to disappear either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它显示“查找全部”结果。 (可能还有其他事情!)
编辑以澄清:当您双击“查找结果”面板中的条目时,“手术刀”会显示在相关代码行旁边。我想可以帮助您通过眼睛来识别它,因为光标可能不是很明显。
进一步编辑: 此page 说要跳转到匹配项,请双击结果列表中的任意行。源文件显示在代码编辑器中,插入点位于匹配文本的开始处。编辑器的指示符边距中会出现一个符号来标记包含匹配项的行,状态栏会显示其全文。 - 因为他们没有命名它,所以我怀疑该符号在其他地方使用。
It shows Find All results. (Possibly other things too!)
Edit to clarify: when you double-click an entry in a Find Results panel, the "scalpel" shows up next to the relevant line of code. Helps you pick it out by eye, I guess, as the cursor may not be very noticeable.
Further edit: this page says To jump to a match, double-click any line in the results list. The source file is displayed in the Code Editor with the insertion point placed where the matched text begins. A symbol appears in the indicator margin of the Editor to mark the line that includes the match, and the status bar displays its full text. - as they don't name it I doubt the symbol is used elsewhere.