It's said that a picture is worth a thousand words. An animated GIF is probably worth even more. This Visual Studio extension enables displaying images, including animated GIFs, alongside your code to enhance explanations with visuals or simply to express your reaction to the code. You can easily show your co-workers, with only a comment line, how you facepalmed yourself when you saw what they checked in recently. The supported languages are C#, C, C++, F#, VB.NET, JavaScript, TypeScript, and Python. To display an image, either from the web or your local disk, include a tag in the source code comments. Use the url or src attribute to specify its location and optionally scale to indicate a scaling factor. Example
Visual Studio environment variables Example
RecommendationUse images and especially animated GIFs judiciously! A larger number of images in a document might decrease the responsiveness of the editor. CreditsSpecial thanks to Shmueli Englard for this contribution to the project. Release Notesv1.4
v1.3
v1.2
v1.1
v1.0
|