Hello all
In VB6, there was an option to bookmark a line of code. This made it easy to reference when going to a different part of code.
But, I dont see it in VB 2005.
What ive been doing is making syntax errors just to create something like a bookmark, that I can click on when i'm somewhere else in code (click it from the Errors window).
Aside from that 'hack', is there something where .NET 2005 supports bookmarking?
Thanks
Eric
In VB6, there was an option to bookmark a line of code. This made it easy to reference when going to a different part of code.
But, I dont see it in VB 2005.
What ive been doing is making syntax errors just to create something like a bookmark, that I can click on when i'm somewhere else in code (click it from the Errors window).
Aside from that 'hack', is there something where .NET 2005 supports bookmarking?
Thanks
Eric
Comment