|
-
Sep 26th, 2005, 05:44 AM
#1
Thread Starter
Fanatic Member
Back on "Go to Definition"
I'm using visual studio .Net 2003 and I found out this feature to Go to Definition. Just right click on the definition or a statement, then click Go to Definition to go to definition. Now I wanted to go back where I came from. Is that feature available? Help please?
Thanks in advance.
Last edited by nebulom; Sep 26th, 2005 at 08:48 PM.
-
Sep 26th, 2005, 05:57 AM
#2
Re: Back on "Go to Definition"
I don't know about .NET, but to go back to where you started in VB6 it is Ctrl Shift F2
Incidentially, also in VB6, if you click on the Sub and hit Shift F2 it will take you to the Sub just like right clicking and clicking on Definition will.
-
Sep 26th, 2005, 08:04 AM
#3
Re: Back on "Go to Definition"
 Originally Posted by nebulom
I'm using visual studio .Net 2003 and I found out this feature to Go to Definition. Just right click on the definition or a statement, then click Go to Definition to go to definition. Now I wanted to go back where I came from. Is that feature available? Help please?
Thanks in advance.
I don't know any key combinations, but there is a navigation button in one of the toolbars up there, which lets you go back to where you were previously.
-
Sep 26th, 2005, 08:06 AM
#4
Re: Back on "Go to Definition"
 Originally Posted by mendhak
I don't know any key combinations, but there is a navigation button in one of the toolbars up there, which lets you go back to where you were previously.
Why would Microsoft NOT put something in .NET that is in VB6 (and is quite handy I might add.)
-
Sep 26th, 2005, 08:40 AM
#5
Re: Back on "Go to Definition"
I think this has something to do with code regions, as soon as you expand or collapse a region that counts as a "change". So if your definition is inside a currently closed region then this would cause problems with going back to where the last change was made.
As the visually advantaged amphibian said the feature is there, just under a different guise.
[garth]We fear change...[/garth]
I don't live here any more.
-
Sep 26th, 2005, 11:46 AM
#6
Re: Back on "Go to Definition"
 Originally Posted by Hack
 Why would Microsoft NOT put something in .NET that is in VB6 (and is quite handy I might add.)
You mean like being able to edit without re-starting?
My usual boring signature: Nothing
 
-
Sep 26th, 2005, 08:48 PM
#7
Thread Starter
Fanatic Member
Re: Back on "Go to Definition"
-
Sep 26th, 2005, 11:18 PM
#8
Frenzied Member
Re: Back on "Go to Definition"
If your VS.Net profile were set to Visual Basic Developer, Ctrl+Shift+F2 should still work. (as Hack mentioned)
I'm too lazy to check it now, but I remember it from previously. Set mine to VS developer (or sth like that) and miss that jumping back shortcut
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|