How Can I export the list of classes from a Visual studio 2008 solution

前端 未结 2 1999
谎友^
谎友^ 2021-01-19 12:02

Is there any easy way to get the list of classes from VS.Net 2008 to a text file or an excel sheet.

I just want to make a list of classes that I have in a solution

2条回答
  •  野的像风
    2021-01-19 12:58

    1 possible way would be use find all (Ctrl Shift f is shortcut) within VS and search for Class and ser Look at these File Types as being *.cs and also for result options set "Display File names Only"

提交回复
热议问题