Home All Groups Group Topic Archive Search About
Author
20 May 2006 8:20 AM
Mark
Probably a really obvious question but...

In vb6 when writing code, there was a last position option in the context
menu to allow you to jump back to the last proceedure youi were editing.

Is there a vb.net equivalent as it's driving me mad not having it !

Cheers

Mark

Author
20 May 2006 9:36 AM
Cerebrus
>> Is there a vb.net equivalent as it's driving me mad not having it !

I don''t think there is (atleast in VS 2003), but IMHO, if you use Code
outlining efficiently, navigating the code is no longer a problem at
all.
Author
20 May 2006 11:58 AM
R. MacDonald
Hello, Mark,

I use the key combination <Ctrl><Minus> for this purpose.  You can use
it multiple times to navigate backwards through the list of previous
locations.  (Using <Ctrl><Plus> will navigate forwards through the
list.)  I also find bookmarks to be helpful.  Use <Ctrl><K> twice to
toggle a bookmark.  Then use <Ctrl><K> plus <Ctrl><N> to move forwards
through your bookmarks, or <Ctrl><P> to move backwards.

Cheers,
Randy


Mark wrote:

Show quoteHide quote
> Probably a really obvious question but...
>
> In vb6 when writing code, there was a last position option in the context
> menu to allow you to jump back to the last proceedure youi were editing.
>
> Is there a vb.net equivalent as it's driving me mad not having it !
>
> Cheers
>
> Mark
>
>
Author
20 May 2006 4:30 PM
Mark
That's great

Many thanks for your help.


Show quoteHide quote
"R. MacDonald" <sci***@NO-SP-AMcips.ca> wrote in message
news:446f0425$0$82276$dbd41001@news.wanadoo.nl...
> Hello, Mark,
>
> I use the key combination <Ctrl><Minus> for this purpose.  You can use it
> multiple times to navigate backwards through the list of previous
> locations.  (Using <Ctrl><Plus> will navigate forwards through the list.)
> I also find bookmarks to be helpful.  Use <Ctrl><K> twice to toggle a
> bookmark.  Then use <Ctrl><K> plus <Ctrl><N> to move forwards through your
> bookmarks, or <Ctrl><P> to move backwards.
>
> Cheers,
> Randy
>
>
> Mark wrote:
>
>> Probably a really obvious question but...
>>
>> In vb6 when writing code, there was a last position option in the context
>> menu to allow you to jump back to the last proceedure youi were editing.
>>
>> Is there a vb.net equivalent as it's driving me mad not having it !
>>
>> Cheers
>>
>> Mark