Reputation: 3757
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
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