I would like to add support for VS to recognize custom hyperlinks in code
comments (as opposed to only http, etc.). Any ideas?
For me this would be a useful way to launch our bug tracking database from
the relevant code.
For example:
// The following line fixes bugdb:123456
or if need be:
// The following line fixes bugdb://123456
Thanks!
Jacob Foshee
Jacob W. Foshee - 01 Mar 2005 17:55 GMT
For anyone else that's interested, I found it:
http://msdn.microsoft.com/library/default.asp?url=/workshop/networking/pluggable
/pluggable.asp
>I would like to add support for VS to recognize custom hyperlinks in code
>comments (as opposed to only http, etc.). Any ideas?
[quoted text clipped - 9 lines]
> Thanks!
> Jacob Foshee