I want to write a plugin/extension that shows the files/folders of all projects that are in the Solution Explorer.
I want it to react to the typical operations that are performed in the SE such as
- load/unload Solution,
- add/remove/rename/load/unload Project,
- add/delete/rename/move Folder,
- add/remove/delete/rename/move File.
What is the recommended approach for retrieving the items and receiving update notifications?