Visual Studio Add-in to view open files
Posted
by pfunk
on Stack Overflow
See other posts from Stack Overflow
or by pfunk
Published on 2009-07-10T13:35:30Z
Indexed on
2010/05/24
0:40 UTC
Read the original article
Hit count: 644
visual-studio
|add-in
I frequently have 10 or more files open in Visual Studio at one time. I am looking for an add-in that will duplicate the functionality of the "Windows" Window, but in a NON-Modal, dockable type window.
In other words a window with a list of the files open in the IDE, that I can dock next to the Solution explorer or something, and just click on to switch to that open file (if anyone has ever used Textpad, the Document Selector is exactly what I am talking about).
Anyone seen an Add-in like that?
Note: I am NOT talking about another Window Layout manager
© Stack Overflow or respective owner