I am currently trying to create a Visual Studio Addin, that I want to go through all the classes in a project and look at the code.
The things I'm trying to do is identify whether Option explicit/strict is turned on, whether there is XML commenting on the subs/functions etc.

I've managed to get my Addin to load and I'm able to identify all the classes within the project but I don't seem to be able to figure out how to get the addin to look at the code or things like that.

I was wondering if anyone has done anything like this before and has an idea about how I may be able to achieve this?

Thanks for any help in advance

Satal