开发者

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

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

开发者_如何学编程 Improve this question

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!


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜