4

Can Visual Studio (2010 or 2012) export its "Class View" to plain text? I don't see any options or other way to do this except manually.

Are there any other tools for creating a plain text class view / hierarchy / list from code or Visual Studio projects?

What would be ideal would be exactly what I see in the "Class View" of Visual Studio with all items expanded, but in plain text.

Thanks!

8bitcartridge
  • 1,629
  • 6
  • 25
  • 38
  • No. The source code that produced the info in the class view window is already in plain text. – Hans Passant Nov 29 '12 at 22:17
  • 1
    Fair enough. I'm looking at a really large and complex project that spans multiple namespaces and wanted to get a good handle on where everything fits in; it would have been nice to export everything to plain text but if necessary I'll manually go through everything. Unfortunate. – 8bitcartridge Nov 30 '12 at 06:23
  • 1
    This can be done with Copy & Paste. See http://stackoverflow.com/a/3838615/16454 – devlord Oct 09 '13 at 00:31

0 Answers0