The extension consists of a tool window that, after the extension is installed, can be accessed by selecting the Design Pattern Detection command from the View menu in Visual Studio. This extension helps developers to locate all the classes within a visual studio project that used a specific design pattern entered by the user, by generating a json file and a pdf file that contain the pattern name, number of occurrences, location of the files within the project, and line numbers. |