I\'m working on a Visual Studio extension that should listen for events when the user adds, removes, or renames files in the current solution.
The answer to this que
You can subscribe to the EnvDTE.ProjectsEvents, EnvDTE.ProjectItemsEvents or IVsHierarchyEvents.