I have created a visual studio plugin to analyze the source code. Now I want to convert that plug-in to VSPackage extention.
In Plug-in i am iterating through all Projects, ProjectItems, etc. using EnvDTE. And also i am iterating CodeElements using FileCodeModel. So, Can we achieve the same functionality in VSPackage?
how can i iterate through all projects, files and code elements in VSPackage as in add-in.