Here are some code editor markers in Visual Studio 2015:
The second one is a bookmark and the third is a debugger breakpoint.
What's the first one?
Also, does anyone know of a list of these and other markers?
Here are some code editor markers in Visual Studio 2015:
The second one is a bookmark and the third is a debugger breakpoint.
What's the first one?
Also, does anyone know of a list of these and other markers?
sigh
After wondering about this for several days, I just realized what it was.
If you do a "Find All", you're provided with a list of search hits. You can select an item from that list. That marker is for the line matching your currently selected search results item.