set a mark on a line so we can later come back quit quick access k

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

In visual studio, is there a facility that allows you to mark a line of code
in the IDE so that you can come back later to that line later if you have to
look at the source code somewhere else. Normlaly i notice the line number
then Ctrl+G to jump to the line, but there are multiple lines of interest
where i want to mark, then Ctrl+G trick wont work.

I could also set the break points and view all the break points but this
doesnt seem to make my job easier.

Can some one please shed a light on this.



Regard,
 
Hello, Tonger!

T> In visual studio, is there a facility that allows you to mark a line of
T> code in the IDE so that you can come back later to that line later if
T> you have to look at the source code somewhere else. Normlaly i notice
T> the line number then Ctrl+G to jump to the line, but there are multiple
T> lines of interest where i want to mark, then Ctrl+G trick wont work.

[skipped]

T> Can some one please shed a light on this.


You can use bookmarks.In VS 2005 you can find then in Edit->Bookmarks


--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Thanks Vadym,

I spent like 2 hours looking for this but never realised it under Edit menu.
Thanks for your help.

Kind regard,

Tong
 
Back
Top