Search code examples
c#comments

Visual Studio comments using images rather than text


I usually need to come back to old codes that I hardly remember after some weeks of work with other projects.

I try to write comments concisely, but still codes becomes messy. Since I work mostly with computer geometry in Visual Studio C#, I was wondering if there is any "easy" way to add image comments rather than text?

enter image description here


Solution

  • I often place such 'documentation' in a project subfolder...

    Then use the local FILE:// URI convention to link that image into my code comments or even XML markup (with the triple slash convention) which of course shows within intellisense.