When investigating effective methods of documenting our VB .NET project, by experimentation I discovered that I can make a comment like
'See the file at file://path_to_file
and I can then ctrl-click on this link to bring up the file in a new tab. Is this feature and perhaps other capabilities of Visual Studio comments documented anywhere? I would like to make a system of documentation consisting of an html pages that link to code, and vice versa.