Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the scalpel-shaped icon in the gutter in Visual Studio 2008 mean?

What does this icon mean?

Visual Studio scalpel icon in the gutter

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.

like image 465
Timwi Avatar asked Apr 19 '10 14:04

Timwi


1 Answers

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.

like image 189
Rawling Avatar answered Sep 22 '22 13:09

Rawling