When researching effective methods for documenting our VB.NET project, through an experiment, I found that I could make a comment, for example
'See the file at file://path_to_file
and then I can click this link to open the file in a new tab. Is this feature and possibly other features of Visual Studio comments documented anywhere? I would like to create a documentation system consisting of html pages that link to code, and vice versa.
source
share