|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Last position..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 >> 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 Codeoutlining efficiently, navigating the code is no longer a problem at all. 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 > > 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
logic gates in VB.NET 2005
string extraction VB.NET INI or XML file for path locations catching a specific exception Detect if compiling as a console application Service unable to start Send Image in .NET Remoting Standard Method for Importing/Exporting to DB Copying a project into another solution Sorting a collection of collections? |
|||||||||||||||||||||||