Groups | Blog | Home
all groups > visual studio .net general > july 2007 >

visual studio .net general : Feature Request...


James Hetfield
7/30/2007 3:35:06 PM
Hi all

I would love to see this feature in one of the next Visual Studio Versions:

If I have a Function:

Private Function Hello(Test as String) as Boolean
Return Test
End Function

And then in the code I am using:

MsgBox(Hello("Hello"))

Now when I move my mouse over this line, it shows me the function "Private
Function Hello(Test as String) as Boolean"

It would now be great that if I click on "Hello" (e.g. with Ctrl pressed),
then Visual Studio brings me to the function to edit...

Wouldnt that be something, not hard to implement, but a big timesaver in a
bigger project...

Thanks

Jesse Houwing
7/30/2007 4:10:08 PM
* James Hetfield wrote, On 30-7-2007 15:35:
[quoted text, click to view]

It would be a nice addon to the code editing interface indeed. But have
you tried Right Click -> Goto Declaration or even better just hit F12?

AddThis Social Bookmark Button