I wanted to start developing plugins for Resharper using the Open API.
Since access to documentation is very limited, for starters I wanted to develop a simple C # application to retrieve class information (for example, class name, number of methods in a class, etc.) so that I can understand how the Resharper library works and the built-in functions that she provides.
It would be ideal if I can extract this data and print it on the console to make testing easier.
Thank.
Shaun source
share