0

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.

Nasreddine
  • 36,610
  • 17
  • 75
  • 94
Analyn
  • 89
  • 2
  • 9

3 Answers3

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
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