Visual Studio add-in to support images inline with source? [closed]

我的未来我决定 提交于 2020-01-03 05:01:07

问题


We use Visual Studio 2005 here, and in an attempt to improve the documentation of our source, we're looking for a Visual Studio add-in that will allow images to be viewed in line with source from within the IDE.

For example, the use case I'd like to fit is the following:

  1. In the directory in which my source lives, I save my image file my_image.png.
  2. In the source file, I write a comment of the form /// @image my_image.png
  3. The add-in allows me to toggle between seeing the text /// @image my_image.png and viewing the actual image within the code editing window, inline with whatever source surrounds it.

Does anyone know of an existing add-in for VS 2005? If not, does the VS add-in api allow for such functionality?

Thanks!


回答1:


It is extremely difficult, if possible at all, to do this until Visual Studio 2010.



来源:https://stackoverflow.com/questions/2692647/visual-studio-add-in-to-support-images-inline-with-source

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!