I was curious if there is/are tools that can be used to embed so the the function name in C# can have a link in order to jump to its definition. In this case no need to right click and select 'go to definition' or F12. I was having hard time explaining what i meant. Hope someone can understand. Thanks a lot.
Asked
Active
Viewed 280 times
0
-
Are you talking about visual studio? – Paolo Tedesco Oct 04 '12 at 09:02
-
i forgot to mention that i am using visual studio 2008. ctrl+leftmouse is not working – Analyn Oct 05 '12 at 06:29
3 Answers
2
Ctrl + Left Mouse Button does the trick. Just Ctrl+Click the name of the function. (assuming you are using Visual Studio with JetBrains ReSharper plugin).

Søren Lorentzen
- 868
- 1
- 11
- 26
-
Is this a feature of Visual Studio now, its been in R# for years, but I didnt know it wasn in VS by default. – Mark Broadhurst Oct 04 '12 at 09:04
-
-
Actually it seems not. My VS Express 2012 does not have this shortcut. It might be a limitation to the Express series though. – Søren Lorentzen Oct 04 '12 at 09:08
1
Not sure if I understand what you are after, but ReSharper from JetBrains is an incredibly powerful addin to Visual Studio.
One of the functions is a replacement of the Go to Definition function.

Rune Grimstad
- 35,612
- 10
- 61
- 76
1
There is an extention in the visual studio gallery which allows Ctrl+Click Navigation
http://visualstudiogallery.msdn.microsoft.com/4b286b9c-4dd5-416b-b143-e31d36dc622b?SRC=VSIDE

Mark Broadhurst
- 2,675
- 23
- 45