BVernon
BVernon

Reputation: 3757

Create a link in comment that will open another code file?

Is there a way I could include a hyperlink/bookmark in code comments that, when clicked, would open a target code file in the solution?

Upvotes: 1

Views: 1092

Answers (1)

Leandro Denis
Leandro Denis

Reputation: 31

You can use something like this

//file:C:\Users\Example.cs

Or use the Bookmark : https://msdn.microsoft.com/en-us/library/xc3ed5eh.aspx

Upvotes: 2

Related Questions