Buenas,
thanks to the great Marino Posadas (@MarinoPosadas) I see an addin to Visual Studio 2012 that it does good look: “Image Comments“
AddIn is simple, harness the power of WPF in the code editor to insert images in it. This served a specific syntax in the comments, for example:
/// <summary> /// <image url="c:\rome.png" /> ///…
Purists are sure the hairs of the head, are torn off not only am promoting comment, but it also… I’m putting images! Death to the heretic! But them I can assure that in some cases, a comment helps a lot, and not to mention an image. Examples of the site are related to mathematical formulas, I have taken to complete a client “unofficial” Lync in which we are working, you have to also… well do something with Skype on what I can not talk much.
That Yes, the code is very striking example…
Now, if you’ve paid attention to the code, you’ll see that the image path is absolute. This is a feature which is in progress, since the relative paths are taken from the path of execution of the AppDomain of the Visual Studio IDE. If the AddIn will support the following syntax already it would be a #musthave
1: /// <summary>
2: /// <image url=".\samplecall.png" />
3: /// </summary>
4: private VideoChannel videoChannel;
And I as I am a heavy, so I asked it: https://github.com/lukesdm/image-comments/issues/10
HomePage: https://github.com/lukesdm/image-comments#imagecomments-a-visual-studio-extension
In addition to asking to publish the AddIn in the Visual Studio Gallery: https://github.com/lukesdm/image-comments/issues/11
Saludos @ Home
El Bruno

Leave a comment