Hunter
Hunter

Reputation: 572

Visual Studio IDE - What is this icon?

What does this symbol mean in my Visual Studio IDE? Not the green bar, I already know that is source code. The little button icon?

enter image description here

Upvotes: 2

Views: 383

Answers (1)

JKor
JKor

Reputation: 3842

The little button is a bookmark. There is a menu that you can add on the top of the screen that allows you to move through bookmarks. It is another way to mark where you were in a piece of code.

Upvotes: 6

Related Questions